diff --git a/hl7apy/__init__.py b/hl7apy/__init__.py index e0741d2..2a70401 100644 --- a/hl7apy/__init__.py +++ b/hl7apy/__init__.py @@ -42,7 +42,7 @@ __author__ = 'Daniela Ghironi, Vittorio Meloni, Alessandro Sulis, Federico Caboni' __author_email__ = ', , , ' \ '' -__url__ = 'http://crs4.github.io/hl7apy/' +__url__ = 'https://crs4.github.io/hl7apy/' _DEFAULT_ENCODING_CHARS = DEFAULT_ENCODING_CHARS _DEFAULT_ENCODING_CHARS_27 = DEFAULT_ENCODING_CHARS_27 diff --git a/setup.py b/setup.py index b903979..5ad9c57 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def _get_version(): description=desc, long_description=long_desc, url=hl7apy.__url__, - download_url='http://sourceforge.net/projects/hl7apy/files/', + download_url='https://github.com/crs4/hl7apy', license='MIT License', keywords=['HL7', 'Health Level 7', 'healthcare', 'python'], classifiers=[