Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed May 19, 2023
1 parent b6f07be commit 324f68e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name='pyecsca-codegen',
author='Jan Jancar',
author_email='[email protected]',
version='0.1.0',
version='0.2.0',
packages=find_namespace_packages(include=["pyecsca.*"]),
license="MIT",
description="Python Elliptic Curve cryptography Side Channel Analysis toolkit (codegen package).",
Expand All @@ -16,7 +16,10 @@
"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"
],
Expand All @@ -40,7 +43,7 @@
],
extras_require={
"dev": ["mypy", "flake8"],
"test": ["nose2", "parameterized","green", "coverage"]
"test": ["nose2", "parameterized", "green", "coverage"]
},
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 324f68e

Please sign in to comment.