Skip to content

Commit

Permalink
Merge pull request #109 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Fix upstream URL
  • Loading branch information
RonnyPfannschmidt committed Feb 9, 2017
2 parents a441d0d + a7cd569 commit 1f16f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
description='library with cross-python path, ini-parsing, io, code, log facilities',
long_description=open('README.rst').read(),
version=get_version(),
url='http://pylib.readthedocs.org/',
url='http://py.readthedocs.io/',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
author='holger krekel, Ronny Pfannschmidt, Benjamin Peterson and others',
Expand Down

0 comments on commit 1f16f10

Please sign in to comment.