Skip to content

Commit 972f52b

Browse files
committed
Changed setup.py for PyPi release.
1 parent 4de5165 commit 972f52b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
setup(name="oauth2",
66
version="1.0.0",
77
description="Library for OAuth version 1.0a.",
8-
author="Leah Culver",
9-
author_email="leah.culver@gmail.com",
10-
url="http://code.google.com/p/oauth",
8+
author="Joe Stump",
9+
author_email="joe@simplegeo.com",
10+
url="http://github.com/simplegeo/python-oauth2",
1111
packages = find_packages(),
1212
license = "MIT License",
1313
keywords="oauth",

0 commit comments

Comments
 (0)