Skip to content

Commit e473860

Browse files
committed
Update setup.py
1 parent ef4979c commit e473860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="quickai", # Replace with your own username
8-
version="1.3.5",
8+
version="1.3.6",
99
author="geekjr",
1010
author_email="[email protected]",
1111
description="QuickAI is a Python library that makes it extremely easy to experiment with state-of-the-art "
@@ -21,7 +21,7 @@
2121
"License :: OSI Approved :: MIT License",
2222
"Operating System :: OS Independent",
2323
],
24-
packages=[".quickai"],
24+
packages=setuptools.find_packages(),
2525
python_requires=">=3.6",
2626
install_requires=[
2727
'scikit-learn',

0 commit comments

Comments
 (0)