We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db5fcf0 + 7d1a376 commit 0b540d6Copy full SHA for 0b540d6
setup.py
@@ -24,7 +24,7 @@
24
METADATA = dict(
25
name = "python-twitter",
26
version = __version__,
27
- py_modules = ['twitter'],
+ packages = ['twitter'],
28
author='The Python-Twitter Developers',
29
author_email='python-twitter@googlegroups.com',
30
description='A Python wrapper around the Twitter API',
0 commit comments