Mercurial > hg > hgpaste
comparison setup.py @ 5:043088856f0d
clean up this bridge a bit
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Thu, 16 Jun 2011 08:47:33 -0700 |
| parents | 041ba864496f |
| children |
comparison
equal
deleted
inserted
replaced
| 4:041ba864496f | 5:043088856f0d |
|---|---|
| 1 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
| 2 import sys, os | |
| 3 | 2 |
| 4 version = '0.1' | 3 version = '0.1.1' |
| 5 | 4 |
| 6 setup(name='hgpaste', | 5 setup(name='hgpaste', |
| 7 version=version, | 6 version=version, |
| 8 description="front-end to serve a hg webdir with paste", | 7 description="front-end to serve a hg webdir with paste and other", |
| 9 long_description="""\ | 8 long_description="""\ |
| 10 """, | 9 """, |
| 11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 10 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
| 12 keywords='paste hg', | 11 keywords='paste hg', |
| 13 author='Jeff Hammel', | 12 author='Jeff Hammel', |
