X Tutup
Skip to content

Commit 0b540d6

Browse files
committed
Merge pull request bear#145 from MKeisuke/bugfix144
bugfix144
2 parents db5fcf0 + 7d1a376 commit 0b540d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
METADATA = dict(
2525
name = "python-twitter",
2626
version = __version__,
27-
py_modules = ['twitter'],
27+
packages = ['twitter'],
2828
author='The Python-Twitter Developers',
2929
author_email='python-twitter@googlegroups.com',
3030
description='A Python wrapper around the Twitter API',

0 commit comments

Comments
 (0)
X Tutup