diff --git a/setup.py b/setup.py index 7678cc7..8ea831e 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( 'Programming Language :: Python :: 3.7', ], keywords='elastic eland pandas python', + packages=['eland'], install_requires=[ 'elasticsearch>=7.0.5', 'pandas==0.25.1',