Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
geekjr committed Jul 10, 2021
1 parent ef4979c commit e473860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="quickai", # Replace with your own username
version="1.3.5",
version="1.3.6",
author="geekjr",
author_email="author@example.com",
description="QuickAI is a Python library that makes it extremely easy to experiment with state-of-the-art "
Expand All @@ -21,7 +21,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
packages=[".quickai"],
packages=setuptools.find_packages(),
python_requires=">=3.6",
install_requires=[
'scikit-learn',
Expand Down

0 comments on commit e473860

Please sign in to comment.