mirror of
https://github.com/ihabunek/toot.git
synced 2024-12-04 14:46:33 -05:00
Minor additions to setup.py
* more classifiers * project URLs
This commit is contained in:
parent
f88de49438
commit
7bcf868469
6
setup.py
6
setup.py
@ -17,10 +17,16 @@ setup(
|
||||
author='Ivan Habunek',
|
||||
author_email='ivan@habunek.com',
|
||||
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',
|
||||
license='GPLv3',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: Console :: Curses',
|
||||
'Environment :: Console',
|
||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
|
Loading…
Reference in New Issue
Block a user