Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 9, 2024
1 parent 25c62e0 commit 637bd6f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,29 @@ readme = "README.md"
keywords = ["cryptography", "encryption", "security", "rust", "speed"]
requires-python = ">=3.7"
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Security",
"Topic :: Security :: Cryptography",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"Topic :: Education",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: MIT License"
]
dynamic = ["version"]
[tool.maturin]
features = ["pyo3/extension-module"]

[project.urls]
Homepage = "https://github.com/radumarias/Cipher-python"
Issues = "https://github.com/radumarias/Cipher-python/issues"
Issues = "https://github.com/radumarias/Cipher-python/issues"

0 comments on commit 637bd6f

Please sign in to comment.