From fbe91a9e4e1227c78827e117174fd250d9a3f939 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 21 Apr 2008 14:41:51 -0400 Subject: [PATCH] Add more metadata. --- setup.py | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66c83e0..00a6e38 100644 --- a/setup.py +++ b/setup.py @@ -24,12 +24,27 @@ setup(name="pytools", * Batch job submission, `pytools.batchjob`. * A lexer, `pytools.lex`. """, + classifiers=[ + 'Development Status :: 4 - Beta', + 'Intended Audience :: Developers', + 'Intended Audience :: Other Audience', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: MIT License', + 'Natural Language :: English', + 'Programming Language :: Python', + 'Topic :: Scientific/Engineering', + 'Topic :: Scientific/Engineering :: Information Analysis', + 'Topic :: Scientific/Engineering :: Mathematics', + 'Topic :: Scientific/Engineering :: Visualization', + 'Topic :: Software Development :: Libraries', + 'Topic :: Utilities', + ], author=u"Andreas Kloeckner", url="http://pypi.python.org/pypi/pytools", scripts=["bin/logtool"], author_email="inform@tiker.net", - license = "BSD, like Python", + license = "MIT", packages=["pytools"], package_dir={"pytools": "src"} ) -- GitLab