We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce92079 commit 15089b5Copy full SHA for 15089b5
requirements.txt
@@ -1,2 +1,2 @@
1
six >=1.10.0
2
-typing >= 3.6 ; python_version < "3.7"
+typing >= 3.6 ; python_version < "3.8"
setup.py
@@ -240,6 +240,10 @@ def get_simple_vars_from_src(src):
240
for name, email in variables['__maintainers__'].items()
241
),
242
url=variables['__url__'],
243
+ project_urls={
244
+ "Bug Tracker": "https://github.com/python-useful-helpers/advanced-descriptors/issues",
245
+ "Documentation": "https://advanced-descriptors.readthedocs.io/",
246
+ },
247
version=variables['__version__'],
248
license=variables['__license__'],
249
description=variables['__description__'],
0 commit comments