From adc9e11fcb23de95cfa60c9ccf48801eb49a3bc8 Mon Sep 17 00:00:00 2001 From: Sebastian Flennerhag Date: Wed, 23 May 2018 17:14:22 +0200 Subject: [PATCH] add the package name to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) 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' )