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 ef4979c commit e473860Copy full SHA for e473860
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="quickai", # Replace with your own username
8
- version="1.3.5",
+ version="1.3.6",
9
author="geekjr",
10
author_email="[email protected]",
11
description="QuickAI is a Python library that makes it extremely easy to experiment with state-of-the-art "
@@ -21,7 +21,7 @@
21
"License :: OSI Approved :: MIT License",
22
"Operating System :: OS Independent",
23
],
24
- packages=[".quickai"],
+ packages=setuptools.find_packages(),
25
python_requires=">=3.6",
26
install_requires=[
27
'scikit-learn',
0 commit comments