Skip to content

Commit 15089b5

Browse files
authored
Update metadata and requirements (#12)
1. Add links on documentation and bug tracker 2. Install/update typing on python 3.7 too ( python/typing#247 )
1 parent ce92079 commit 15089b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
six >=1.10.0
2-
typing >= 3.6 ; python_version < "3.7"
2+
typing >= 3.6 ; python_version < "3.8"

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,10 @@ def get_simple_vars_from_src(src):
240240
for name, email in variables['__maintainers__'].items()
241241
),
242242
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+
},
243247
version=variables['__version__'],
244248
license=variables['__license__'],
245249
description=variables['__description__'],

0 commit comments

Comments
 (0)