From e76a4de79d89f7aac7072a6873d88cbf7cffcf04 Mon Sep 17 00:00:00 2001 From: Stephen Dodson Date: Thu, 14 Nov 2019 11:52:16 +0000 Subject: [PATCH] Fixing setup.py packages definition was removed - now added back in --- setup.py | 1 + 1 file changed, 1 insertion(+) 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',