Skip to content

Commit 90b817a

Browse files
committed
Switched name in setup.py.
1 parent 72c3e80 commit 90b817a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#from distutils.core import setup
33
from setuptools import setup, find_packages
44

5-
setup(name="oauth",
6-
version="1.0.1",
5+
setup(name="oauth2",
6+
version="1.0.0",
77
description="Library for OAuth version 1.0a.",
88
author="Leah Culver",
99
author_email="leah.culver@gmail.com",

0 commit comments

Comments
 (0)