diff --git a/setup.py b/setup.py index 3358fc4..1c49fa4 100644 --- a/setup.py +++ b/setup.py @@ -26,5 +26,5 @@ license='Apache License 2.0', long_description=open('README.rst').read(), platforms='all', - packages=['pinject', 'pinject/third_party'], + packages=['pinject'], install_requires=['six>=1.7.3', 'decorator>=4.3.0'])