-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
72fbeef
commit 4e05099
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,19 +5,18 @@ | |
|
||
setup( | ||
name='zerokno', | ||
version='1.0.0', | ||
version='2.0.0', | ||
description='ZeroKno is a lightweight zero-knowledge password storage library for Python 3.7+', | ||
py_modules=["zerokno"], | ||
package_dir={'': 'zerokno'}, | ||
extras_require={ | ||
}, | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Development Status :: 5 - Production/Stable", | ||
"Operating System :: OS Independent" | ||
|
@@ -26,6 +25,6 @@ | |
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
author="Filippo Romani", | ||
author_email="[email protected]", | ||
author_email="[email protected]", | ||
url="https://github.com/filipporomani/zerokno" | ||
) |