Skip to content

Commit

Permalink
Add project url links
Browse files Browse the repository at this point in the history
modified:   setup.py
  • Loading branch information
jugmac00 committed Jun 29, 2020
1 parent 38e90b3 commit 938bc31
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ def read(*parts):
name="Flask-Reuploaded",
version="0.3.2.dev0",
url="https://github.com/jugmac00/flask-reuploaded",
project_urls={
"Source": "https://github.com/jugmac00/flask-reuploaded",
"Issue Tracker": "https://github.com/jugmac00/flask-reuploaded/issues",
"Documentation": "https://flask-reuploaded.readthedocs.io/en/latest/",
},
license="MIT",
author='Matthew "LeafStorm" Frazier',
author_email="leafstormrush@gmail.com",
Expand All @@ -46,13 +51,13 @@ def read(*parts):
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Flask",
Expand Down

0 comments on commit 938bc31

Please sign in to comment.