aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-04-21 18:39:19 -0400
committerTeddy Wing2014-04-21 18:39:19 -0400
commitd1ca9e8c99345df328e7f9986c9a89438a1b6534 (patch)
tree817202733b4eb4836c08f311743760743edba379
parent10115d191fce09f091ae49ba52dbc46e2587acf1 (diff)
downloaddjango-sneak-peek-d1ca9e8c99345df328e7f9986c9a89438a1b6534.tar.bz2
setup.py: add GitHub URL
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d6372a6..df1ee2b 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ setup(
long_description=(
read('README.md') + '\n\n' +
read('CHANGELOG')),
- url='',
+ url='https://github.com/teddywing/django-sneak-peek',
license='MIT',
author='Teddy Wing',
author_email='pypi@teddywing.com',