diff --git a/setup.py b/setup.py index 251380f..8e6de74 100644 --- a/setup.py +++ b/setup.py @@ -7,5 +7,6 @@ author_email='sebastianflennerhag@hotmail.com', url='https://github.com/flennerhag/alstm', version='0.0.1', + packages=['alstm',], license='BSD 3-Clause License' )