Skip to content

Commit b77123a

Browse files
committed
create setup.py
1 parent 50c6a1d commit b77123a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@
1717
version='0.5',
1818
py_modules=['argscript'],
1919
author="Peter Hoffmann",
20-
author_email="[email protected].com",
20+
author_email="[email protected]",
2121
url="https://github.com/hoffmann/argscript",
2222
license="BSD",
2323
description="Generate argparse parser from function definitions.",
2424
long_description=__doc__,
25+
classifiers=[
26+
'Development Status :: 4 - Beta',
27+
'Environment :: Console',
28+
'Topic :: Utilities',
29+
'License :: OSI Approved :: BSD License',
30+
'Operating System :: OS Independent',
31+
'Programming Language :: Python'
32+
],
2533
platforms='any'
2634
)

0 commit comments

Comments
 (0)