Skip to content

Commit 83fc18a

Browse files
committed
fix home page url
1 parent b431355 commit 83fc18a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def find_package_data(where='.',
178178
author='Doug Hellmann',
179179
author_email='[email protected]',
180180

181-
url='http://www.doughellmann.com/projects/%s/' % PROJECT,
181+
url='http://%s.readthedocs.org' % PROJECT,
182182

183183
classifiers=['Development Status :: 5 - Production/Stable',
184184
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)