general03 / flask-autoindex

Generates index page like mod_autoindex
https://flask-autoindex.readthedocs.io
MIT License
112 stars 35 forks source link

Update links in setup.py #49

Closed slel closed 4 years ago

slel commented 4 years ago

To improve the PyPI page for Flask-Autoindex at https://pypi.org/project/Flask-AutoIndex/

ktdreyer commented 7 months ago

I was thinking we could add Project URLs now too, like:

diff --git a/setup.py b/setup.py
index 3cb10f4..ad1b3f0 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,10 @@ setup(
     license='MIT',
     author='RIGAUDIE David',
     url='https://flask-autoindex.readthedocs.io',
+    project_urls={
+        'Documentation': 'https://flask-autoindex.readthedocs.io',
+        'Source': 'https://github.com/general03/flask-autoindex',
+        },
     description='The mod_autoindex for Flask',
     long_description=__doc__,
     packages=['flask_autoindex'],