Skip to content

Commit 687d19d

Browse files
committed
Add classifiers to setup and version as 0.4.dev1
1 parent 172dc47 commit 687d19d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

setup.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@
1212
doclines = __doc__.split("\n")
1313

1414
setup(name = "Whirlpool",
15-
version = "0.3",
15+
version = "0.4.dev1",
1616
description = doclines[0],
1717
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+
],
1828
url = "https://github.com/radiosilence/python-whirlpool",
1929
maintainer = "James E. Cleveland",
2030
maintainer_email = "[email protected]",

0 commit comments

Comments
 (0)