Skip to content
Snippets Groups Projects
Commit 910fce7d authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

Add url to doc

parent 45983bd6
Branches
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ setup( ...@@ -36,7 +36,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the # For a discussion on single-sourcing the version across setup.py and the
# project code, see # project code, see
# https://packaging.python.org/en/latest/single_source_version.html # https://packaging.python.org/en/latest/single_source_version.html
version='0.1.3', # Required version='0.1.4', # Required
# This is a one-line description or tagline of what your project does. This # This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field: # corresponds to the "Summary" metadata field:
...@@ -187,10 +187,10 @@ setup( ...@@ -187,10 +187,10 @@ setup(
# issues, where the source is hosted, where to say thanks to the package # issues, where the source is hosted, where to say thanks to the package
# maintainers, and where to support the project financially. The key is # maintainers, and where to support the project financially. The key is
# what's used to render the link text on PyPI. # what's used to render the link text on PyPI.
#project_urls={ # Optional project_urls={ # Optional
# 'Bug Reports': 'https://github.com/pypa/sampleproject/issues', 'Doc': 'https://frags.readthedocs.io/en/latest/',
# 'Funding': 'https://donate.pypi.org', # 'Funding': 'https://donate.pypi.org',
# 'Say Thanks!': 'http://saythanks.io/to/example', # 'Say Thanks!': 'http://saythanks.io/to/example',
# 'Source': 'https://github.com/pypa/sampleproject/', # 'Source': 'https://github.com/pypa/sampleproject/',
#}, },
) )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment