mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Fix http link to docs in pypi
This commit is contained in:
parent
3f105a0ef3
commit
bdc93769f0
@ -1,5 +1,10 @@
|
||||
# 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
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user