changeset 687:a68d7bf9fbdf

Fixed a setup.py bug + updated changelog with 0.6b2 release.
author osimons
date Fri, 11 Sep 2009 22:43:55 +0000
parents 0c4fec90c8e2
children ea2f162dcbe8
files ChangeLog setup.py
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,9 @@
 
  * ???
 
-Version 0.6
-(???, from 0.6.x branch)
-http://svn.edgewall.org/repos/bitten/tags/0.6
+Version 0.6b2
+(12 September, from 0.6.x branch)
+http://svn.edgewall.org/repos/bitten/tags/0.6b2
 
  * Slave-only install changed to `./setup.py --without-master install` (or any
    other valid distribution command).
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@
     def include_in(self, dist):
         # Called when master is enabled (default, or --with-master)
         dist.metadata.name = 'Bitten'
-        dist.metadata.description = 'Continuous integration for Trac',
+        dist.metadata.description = 'Continuous integration for Trac'
         dist.long_description = "A Trac plugin for collecting software " \
                                 "metrics via continuous integration."""
         # Use full manifest when master is included
Copyright (C) 2012-2017 Edgewall Software