Skip to content

Commit

Permalink
Update metadata and requirements (#12)
Browse files Browse the repository at this point in the history
1. Add links on documentation and bug tracker
2. Install/update typing on python 3.7 too ( python/typing#247 )
  • Loading branch information
penguinolog authored May 31, 2018
1 parent ce92079 commit 15089b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
six >=1.10.0
typing >= 3.6 ; python_version < "3.7"
typing >= 3.6 ; python_version < "3.8"
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__'],
Expand Down

0 comments on commit 15089b5

Please sign in to comment.