-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 979 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (27 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "umarise"
version = "1.0.0"
description = "Minimal SDK for the Umarise Core v1 origin attestation API. Zero dependencies."
readme = "README.md"
license = {text = "Unlicense"}
requires-python = ">=3.8"
authors = [
{name = "Umarise", email = "partners@umarise.com"}
]
keywords = ["umarise", "anchoring", "origin", "attestation", "proof", "opentimestamps", "sha256"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: The Unlicense (Unlicense)",
"Programming Language :: Python :: 3",
"Topic :: Security :: Cryptography",
"Topic :: Software Development :: Libraries :: Python Modules",
"Typing :: Typed",
]
[project.urls]
Homepage = "https://umarise.com"
Documentation = "https://umarise.com/api-reference"
Repository = "https://github.com/umarise/python-sdk"