Commit cef07753624ce9188dcb459ccd224670189ae043
1 parent
16fc56e0
Exists in
master
and in
1 other branch
version bump to 2019.05.dev1
fixes project url in setup.py
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
aprendizations/__init__.py
setup.py
... | ... | @@ -15,7 +15,7 @@ setup( |
15 | 15 | description=APP_DESCRIPTION.split('\n')[0], |
16 | 16 | long_description=APP_DESCRIPTION, |
17 | 17 | long_description_content_type="text/markdown", |
18 | - url="https:USERNAME//bitbucket.org/USERNAME/aprendizations.git", | |
18 | + url="https://git.xdi.uevora.pt/mjsb/aprendizations.git", | |
19 | 19 | packages=find_packages(), |
20 | 20 | include_package_data=True, # install files from MANIFEST.in |
21 | 21 | python_requires='>=3.7.*', | ... | ... |