Skip to content

Commit efa4936

Browse files
author
leah.culver
committed
Python: changes to setup.py for version, description, and license.
git-svn-id: https://oauth.googlecode.com/svn/code/python@1129 f7ae4463-c52f-0410-a7dc-93bad6e629e8
1 parent ad62e80 commit efa4936

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
from setuptools import setup, find_packages
44

55
setup(name="oauth",
6-
version="1.0.a",
7-
description="Library for OAuth",
6+
version="1.0.1a",
7+
description="Library for OAuth version 1.0a.",
88
author="Leah Culver",
99
author_email="[email protected]",
1010
url="http://code.google.com/p/oauth",
1111
packages = find_packages(),
12-
zip_safe = True)
12+
license = "MIT License",
13+
zip_safe = True)

0 commit comments

Comments
 (0)