Skip to content

Commit

Permalink
add: classifiers in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Dec 29, 2023
1 parent 031b9f7 commit 67b5be9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ keywords = [
"keccak256",
"blockchain",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Security :: Cryptography"
]

[tool.poetry.dependencies]
pycryptodome = "^3.19.0"
Expand Down

0 comments on commit 67b5be9

Please sign in to comment.