Skip to content
Snippets Groups Projects
Commit bdc93769 authored by Régis Behmo's avatar Régis Behmo
Browse files

Fix http link to docs in pypi

parent 3f105a0e
No related branches found
No related tags found
No related merge requests found
# Changelog
# Latest
- [Minor] Fix non-https link to documentation in pypi
- [Minor] Fix `createuser` documentation
## 3.0.3 (2019-02-12)
- [Bugfix] Add missing template data to pypi package
......
......@@ -16,7 +16,7 @@ setup(
version=about["__version__"],
url="http://docs.tutor.overhang.io/",
project_urls={
"Documentation": "https://docs.tutor.overhang.io/",
"Documentation": "http://docs.tutor.overhang.io/",
"Code": "https://github.com/regisb/tutor",
"Issue tracker": "https://github.com/regisb/tutor/issues",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment