Skip to content

Commit 08ca865

Browse files
committed
fix url in setup.py
1 parent aee3f2e commit 08ca865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def _read(filename):
1414
version='.'.join(str(x) for x in VERSION),
1515
description='Atwiki Client Library',
1616
long_description=_read('README.rst'),
17-
url='http://github.com/kmaehashi/atwiki-python',
17+
url='https://github.com/kmaehashi/atwiki-python',
1818
author='Kenichi Maehashi',
1919
author_email='webmaster@kenichimaehashi.com',
2020
license='MIT',

0 commit comments

Comments
 (0)