Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4032cd + f5a23c8 commit aaa4a5dCopy full SHA for aaa4a5d
setup.py
@@ -1,5 +1,5 @@
1
#!/usr/bin/env python
2
-from setuptools import setup, find_packages
+from setuptools import setup
3
import os, re
4
5
PKG='oauth2'
@@ -31,7 +31,7 @@
31
author="Joe Stump",
32
author_email="[email protected]",
33
url="http://github.com/simplegeo/python-oauth2",
34
- packages = find_packages(),
+ packages = ['oauth2'],
35
install_requires = ['httplib2'],
36
license = "MIT License",
37
keywords="oauth",
0 commit comments