Skip to content

Commit

Permalink
Updated classifiers in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Jan 7, 2024
1 parent 49a9966 commit f805de8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,19 @@ readme = "README.md"
homepage = "https://sr.ht/~cedric/pyenigma"
repository = "https://git.sr.ht/~cedric/pyenigma"

keywords = ["cryptography", "security"]
keywords = ["cryptography", "security", "enigma"]

classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: Science/Research',
'Topic :: Security',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3.6',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Security",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
]

include = [
Expand Down

0 comments on commit f805de8

Please sign in to comment.