Skip to content

Commit

Permalink
Add documentation link to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gvx committed Jan 13, 2021
1 parent 8c2237b commit ec2b757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@
'install_requires': REQUIRES,
'tests_require': ['coverage', 'pytest'],
'packages': find_packages(exclude=('tests', 'tests.*')),

}

#################### BEGIN USER OVERRIDES ####################
# Add your customizations in this section.

kwargs['project_urls'] = {'Documentation':
'https://wurm.readthedocs.io'}

###################### END USER OVERRIDES ####################

setup(**kwargs)

0 comments on commit ec2b757

Please sign in to comment.