From b84a9d96d9927aa61407621c616bb35dd789a2b5 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Fri, 27 Nov 2015 16:50:14 +0100 Subject: setup.py: Update Signed-off-by: Michael Buesch --- setup.py | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e90b638..56b75c4 100755 --- a/setup.py +++ b/setup.py @@ -8,8 +8,31 @@ setup( name = "toprammer", description = "TOP2049 Open Source programming suite", author = "Michael Buesch", author_email = "m@bues.ch", - url = "http://bues.ch/cms/hacking/toprammer.html", + url = "http://bues.ch/h/toprammer", packages = [ "libtoprammer", "libtoprammer/top2049", "libtoprammer/chips" ], package_data = { "libtoprammer" : [ "fpga/bin/*.bit", "icons/*.png", ], }, scripts = [ "toprammer", "toprammer-gui", "toprammer-layout", ], + keywords = [ "universal programmer", "TOP", "TOP2049", ], + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Environment :: X11 Applications", + "Environment :: X11 Applications :: Qt", + "Intended Audience :: Developers", + "Intended Audience :: Education", + "Intended Audience :: Information Technology", + "Intended Audience :: Manufacturing", + "Intended Audience :: Science/Research", + "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", + "Operating System :: POSIX", + "Operating System :: POSIX :: Linux", + "Programming Language :: Python", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: Implementation :: CPython", + "Topic :: Education", + "Topic :: Scientific/Engineering", + "Topic :: Software Development", + "Topic :: Software Development :: Embedded Systems", + "Topic :: Software Development :: Testing", + ], ) -- cgit v1.2.3