Mercurial > p > roundup > code
comparison setup.py @ 4436:528ace81fd16
fix URL in announcement; fix handling of unicode in announcement
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 19 Oct 2010 00:41:29 +0000 |
| parents | 4ce71b5480a8 |
| children | 5d43b2a5eb69 |
comparison
equal
deleted
inserted
replaced
| 4435:386200d0c929 | 4436:528ace81fd16 |
|---|---|
| 99 author="Richard Jones", | 99 author="Richard Jones", |
| 100 author_email="richard@users.sourceforge.net", | 100 author_email="richard@users.sourceforge.net", |
| 101 description="A simple-to-use and -install issue-tracking system" | 101 description="A simple-to-use and -install issue-tracking system" |
| 102 " with command-line, web and e-mail interfaces. Highly" | 102 " with command-line, web and e-mail interfaces. Highly" |
| 103 " customisable.", | 103 " customisable.", |
| 104 long_description=open('doc/announcement.txt').read(), | 104 long_description=open('doc/announcement.txt').read().decode('utf8'), |
| 105 url='http://www.roundup-tracker.org', | 105 url='http://www.roundup-tracker.org', |
| 106 download_url='http://pypi.python.org/pypi/roundup', | 106 download_url='http://pypi.python.org/pypi/roundup', |
| 107 classifiers=['Development Status :: 5 - Production/Stable', | 107 classifiers=['Development Status :: 5 - Production/Stable', |
| 108 'Environment :: Console', | 108 'Environment :: Console', |
| 109 'Environment :: Web Environment', | 109 'Environment :: Web Environment', |
