Skip to content

Commit 183e55a

Browse files
seanbrantBonsaiDen
authored andcommitted
removed hardcoded packages with setup tools find find_packages
1 parent 057dfb5 commit 183e55a

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
@@ -1,4 +1,4 @@
1-
from setuptools import setup
1+
from setuptools import setup, find_packages
22

33
setup(
44
name='twitter-text-python',
@@ -9,7 +9,7 @@
99
author_email='',
1010
url='http://github.com/BonsaiDen/twitter-text-python',
1111
license='GPL',
12-
packages=['ttp'],
12+
packages=find_packages(),
1313
include_package_data=True,
1414
zip_safe=False,
1515
install_requires=[],

0 commit comments

Comments
 (0)