Mercurial > p > roundup > code
comparison setup.py @ 6703:9288a08dbca4
add long_description_content_type=
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Jun 2022 10:45:45 -0400 |
| parents | b3ba03d2b214 |
| children | 0b10732e09ee |
comparison
equal
deleted
inserted
replaced
| 6699:397da806918e | 6703:9288a08dbca4 |
|---|---|
| 182 maintainer_email="rsc@runtux.com", | 182 maintainer_email="rsc@runtux.com", |
| 183 description="A simple-to-use and -install issue-tracking system" | 183 description="A simple-to-use and -install issue-tracking system" |
| 184 " with command-line, web and e-mail interfaces. Highly" | 184 " with command-line, web and e-mail interfaces. Highly" |
| 185 " customisable.", | 185 " customisable.", |
| 186 long_description=long_description, | 186 long_description=long_description, |
| 187 long_description_content_type='text/x-rst', | |
| 187 url='https://www.roundup-tracker.org', | 188 url='https://www.roundup-tracker.org', |
| 188 download_url='https://pypi.org/project/roundup', | 189 download_url='https://pypi.org/project/roundup', |
| 189 classifiers=[#'Development Status :: 5 - Production/Stable', | 190 classifiers=[#'Development Status :: 5 - Production/Stable', |
| 190 'Development Status :: 4 - Beta', | 191 'Development Status :: 4 - Beta', |
| 191 #'Development Status :: 3 - Alpha', | 192 #'Development Status :: 3 - Alpha', |
