Browse code

fix setup.py

Bas Nijholt authored on 31/10/2017 12:54:17
Showing 1 changed files
... ...
@@ -21,6 +21,7 @@ setup(
21 21
         'Topic :: Software Development :: Build Tools',
22 22
         'Programming Language :: Python :: 3.6',
23 23
     ],
24
-    packages=['adaptive'],
24
+    packages=['adaptive',
25
+              'adaptive.learner'],
25 26
     install_requires=requirements,
26 27
 )