Minor additions to setup.py
* more classifiers * project URLs
This commit is contained in:
parent
f88de49438
commit
7bcf868469
1 changed files with 6 additions and 0 deletions
6
setup.py
6
setup.py
|
@ -17,10 +17,16 @@ setup(
|
||||||
author='Ivan Habunek',
|
author='Ivan Habunek',
|
||||||
author_email='ivan@habunek.com',
|
author_email='ivan@habunek.com',
|
||||||
url='https://github.com/ihabunek/toot/',
|
url='https://github.com/ihabunek/toot/',
|
||||||
|
project_urls={
|
||||||
|
'Documentation': 'https://toot.readthedocs.io/en/latest/',
|
||||||
|
'Issue tracker': 'https://github.com/ihabunek/toot/issues/',
|
||||||
|
},
|
||||||
keywords='mastodon toot',
|
keywords='mastodon toot',
|
||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
'Environment :: Console :: Curses',
|
||||||
|
'Environment :: Console',
|
||||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
|
|
Loading…
Reference in a new issue