-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 886 Bytes
/
pyproject.toml
File metadata and controls
32 lines (28 loc) · 886 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
30
31
32
[build-system]
requires = ["maturin>=1.3,<2.0"]
build-backend = "maturin"
[project]
name = "iop-python"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Development Status :: 5 - Production/Stable",
]
dynamic = ["version"]
readme = "README.md"
keywords = ["blockchain", "hydralegeder", "cryptography", "bip39", "did"]
authors = [
{email = "ebuka2264@yahoo.com"},
{name = "Ebuka Offor"}
]
maintainers = [
{name = "Buki", email = "ebuka2264@yahoo.com"},
{name = " Odurukwe Stella", email = "odurukwestella5@gmail.com"}
]
[project.urls]
Homepage = "https://github.com/BukiOffor/hydra-python-api"
Issues = "https://github.com/BukiOffor/hydra-python-api/issues"
[tool.maturin]
features = ["pyo3/extension-module"]