From 34d48755793888b12b1824657990f367108ae4d4 Mon Sep 17 00:00:00 2001 From: Matthew Sanders Date: Mon, 11 Mar 2019 08:47:26 -0500 Subject: [PATCH] Add top-level "ts" package to list of packages in setup.py - Without this, the wheel file produced by this will not place an __init__.py file underneath the "ts" directory - The fix allows imports to work normally --- python/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/setup.py b/python/setup.py index 77f45e42..1a4e60db 100644 --- a/python/setup.py +++ b/python/setup.py @@ -18,13 +18,12 @@ import versioneer - setup( name='ts-flint', description='Distributed time-series analysis on Spark', author='Li Jin, Leif Walsh', author_email='ljin@twosigma.com, leif@twosigma.com', - packages=['ts.flint'], + packages=['ts', 'ts.flint'], setup_requires=[ ], install_requires=[