We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 172dc47 commit 687d19dCopy full SHA for 687d19d
setup.py
@@ -12,9 +12,19 @@
12
doclines = __doc__.split("\n")
13
14
setup(name = "Whirlpool",
15
- version = "0.3",
+ version = "0.4.dev1",
16
description = doclines[0],
17
long_description = "\n".join(doclines[2:]),
18
+ classifiers=[
19
+ "Intended Audience :: Developers",
20
+ "License :: Public Domain",
21
+ "Programming Language :: C",
22
+ "Programming Language :: Python",
23
+ "Programming Language :: Python :: 2",
24
+ "Programming Language :: Python :: 2.7",
25
+ "Topic :: Security :: Cryptography",
26
+ "Topic :: Software Development :: Libraries :: Python Modules",
27
+ ],
28
url = "https://github.com/radiosilence/python-whirlpool",
29
maintainer = "James E. Cleveland",
30
maintainer_email = "[email protected]",
0 commit comments