diff options
| author | J08nY | 2023-05-19 14:45:08 +0200 |
|---|---|---|
| committer | J08nY | 2023-05-19 14:45:08 +0200 |
| commit | 936217417fdace6f714133a2024ccb6c403dd599 (patch) | |
| tree | 9701706ff33dfdb6ef73f4d6864131f2dee89785 /setup.py | |
| parent | 650faa4cae7cbaa11830b1b3ce67a51399c799c5 (diff) | |
| download | pyecsca-0.2.0.tar.gz pyecsca-0.2.0.tar.zst pyecsca-0.2.0.zip | |
Release 0.2.00.2.0
Diffstat (limited to '')
| -rw-r--r-- | setup.py | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,7 +5,7 @@ setup( name='pyecsca', author='Jan Jancar', author_email='johny@neuromancer.sk', - version='0.1.0', + version='0.2.0', url="https://neuromancer.sk/pyecsca/", packages=find_namespace_packages(include=["pyecsca.*"]), license="MIT", @@ -17,7 +17,10 @@ setup( "License :: OSI Approved :: MIT License", "Topic :: Security", "Topic :: Security :: Cryptography", - "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Intended Audience :: Developers", "Intended Audience :: Science/Research" ], |
