[Buildbot-commits] buildbot ChangeLog, 1.650, 1.651 setup.py, 1.36, 1.37
Brian Warner
warner at users.sourceforge.net
Mon Jun 12 08:35:56 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16596
Modified Files:
ChangeLog setup.py
Log Message:
[project @ setup.py: add Trove classifiers for PyPI]
Original author: warner at lothar.com
Date: 2006-06-12 07:18:01
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.650
retrieving revision 1.651
diff -u -d -r1.650 -r1.651
--- ChangeLog 8 Jun 2006 21:42:34 -0000 1.650
+++ ChangeLog 12 Jun 2006 08:35:53 -0000 1.651
@@ -1,3 +1,7 @@
+2006-06-12 Brian Warner <warner at lothar.com>
+
+ * setup.py: add Trove classifiers for PyPI
+
2006-06-08 Brian Warner <warner at allmydata.com>
* buildbot/status/client.py
Index: setup.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/setup.py,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- setup.py 3 Jun 2006 20:21:04 -0000 1.36
+++ setup.py 12 Jun 2006 08:35:53 -0000 1.37
@@ -45,6 +45,16 @@
author_email="warner-buildbot at lothar.com",
url="http://buildbot.sourceforge.net/",
license="GNU GPL",
+ classifiers=[
+ 'Development Status :: 4 - Beta',
+ 'Environment :: No Input/Output (Daemon)',
+ 'Environment :: Web Environment',
+ 'Intended Audience :: Developers',
+ 'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'Topic :: Software Development :: Build Tools',
+ 'Topic :: Software Development :: Testing',
+ ],
+
packages=["buildbot",
"buildbot.status",
"buildbot.changes",
More information about the Commits
mailing list