From 92de9fff6e8e5912637a0eb198ca4957f5e1c534 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Thu, 31 May 2018 10:40:32 +0200 Subject: [PATCH] Update metadata and requirements 1. Add links on documentation and bug tracker 2. Install/update typing on python 3.7 too ( python/typing#247 ) --- requirements.txt | 2 +- setup.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94863e0..a7aecab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ six >=1.10.0 -typing >= 3.6 ; python_version < "3.7" +typing >= 3.6 ; python_version < "3.8" diff --git a/setup.py b/setup.py index cd60c61..a2ffa1f 100644 --- a/setup.py +++ b/setup.py @@ -240,6 +240,10 @@ def get_simple_vars_from_src(src): for name, email in variables['__maintainers__'].items() ), url=variables['__url__'], + project_urls={ + "Bug Tracker": "https://github.com/python-useful-helpers/advanced-descriptors/issues", + "Documentation": "https://advanced-descriptors.readthedocs.io/", + }, version=variables['__version__'], license=variables['__license__'], description=variables['__description__'],