Skip to content

Commit c612658

Browse files
frankyang0635frankyang0635
authored andcommitted
Refine setup.py to remove obsolete namespace_packages parameter
1 parent eb95428 commit c612658

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ def read(*rnames):
8888
download_url='http://github.com/chrismattmann/tika-python',
8989
license='Apache License version 2 ("ALv2")',
9090
packages=find_packages(exclude=['ez_setup']),
91-
namespace_packages=['tika'],
9291
include_package_data=True,
9392
zip_safe=True,
9493
test_suite='tika.tests',

0 commit comments

Comments
 (0)