Skip to content

Commit cd006c2

Browse files
committed
http -> https
1 parent ff87a73 commit cd006c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main():
1818
use_scm_version={
1919
'write_to': 'src/apipkg/version.py'
2020
},
21-
url='http://github.com/pytest-dev/apipkg',
21+
url='https://github.com/pytest-dev/apipkg',
2222
license='MIT License',
2323
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
2424
author='holger krekel',

src/apipkg/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
apipkg: control the exported namespace of a python package.
2+
apipkg: control the exported namespace of a Python package.
33
4-
see http://pypi.python.org/pypi/apipkg
4+
see https://pypi.python.org/pypi/apipkg
55
66
(c) holger krekel, 2009 - MIT license
77
"""

0 commit comments

Comments
 (0)