-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
pyproject.toml
37 lines (36 loc) · 1.17 KB
/
pyproject.toml
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
33
34
35
36
37
[project]
name = "snekmate"
version = "0.1.1rc1"
description = "State-of-the-art, highly opinionated, hyper-optimised, and secure 🐍Vyper smart contract building blocks."
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.10"
license = { text = "AGPL-3.0-only License" }
keywords = [
"security",
"library",
"ethereum",
"smart-contracts",
"evm",
"vyper",
"vyper-contracts",
]
authors = [
{ name = "Pascal Marco Caversaccio", email = "[email protected]" },
]
maintainers = [
{ name = "Pascal Marco Caversaccio", email = "[email protected]" },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Natural Language :: English",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Libraries",
]
[project.urls]
Homepage = "https://github.com/pcaversaccio/snekmate#readme"
GitHub = "https://github.com/pcaversaccio/snekmate"
Changelog = "https://github.com/pcaversaccio/snekmate/blob/main/CHANGELOG.md"