changeset 136:f092e686e06b

* Exclude `ez_setup.py` from the distribution. * Add project description. * Add SVN revision to file name of distribution archives.
author cmlenz
date Mon, 15 Aug 2005 09:33:01 +0000
parents d2b833187429
children e3645059fb69
files setup.py
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -28,9 +28,11 @@
 from bitten import __version__ as VERSION
 from bitten.util.testrunner import unittest
 
-setup(name='bitten', version=VERSION, author="Christopher Lenz",
-      author_email="cmlenz@gmx.de", url="http://bitten.cmlenz.net/",
-      packages=find_packages(exclude=["*.tests*"]),
+setup(name='bitten', version=VERSION, author='Christopher Lenz',
+      author_email='cmlenz@gmx.de', url='http://bitten.cmlenz.net/',
+      description='Framework for collecting software metrics via continuous '
+                  'integration',
+      packages=find_packages(exclude=['ez_setup', '*.tests*']),
       package_data={'bitten.trac_ext': ['templates/*.cs', 'htdocs/*.*']},
       scripts=['scripts/bitten', 'scripts/bittend'],
       test_suite='bitten.tests.suite', zip_safe=True,
Copyright (C) 2012-2017 Edgewall Software