We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa351b4 commit 1cc2f1dCopy full SHA for 1cc2f1d
setup.py
@@ -1,14 +1,14 @@
1
-from setuptools import setup
+from setuptools import setup, find_packages
2
3
setup(
4
name='modAL',
5
- version='0.3.0',
+ version='0.3.1',
6
author='Tivadar Danka',
7
author_email='85a5187a@opayq.com',
8
description='A modular active learning framework for Python3',
9
license='MIT',
10
url='https://cosmic-cortex.github.io/modAL',
11
- packages=['modAL', 'modAL.utils'],
+ packages=['modAL', 'modAL.models', 'modAL.utils'],
12
classifiers=['Development Status :: 4 - Beta'],
13
install_requires=['numpy>=1.13', 'scikit-learn>=0.18', 'scipy>=0.18'],
14
)
0 commit comments