Update setup.py

This commit is contained in:
Daniel Wilczak
2020-12-08 17:04:49 -05:00
committed by GitHub
parent 160e67bb21
commit c65cfdcea0

View File

@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name='EasyGA',
version='0.0.33',
version='1.0.0',
description='EasyGA is a python package designed to provide an easy-to-use Genetic Algorithm. The package is designed to work right out of the box, while also allowing the user to customize features as they see fit.',
py_modules=["EasyGA","attributes","test_EasyGA"],
packages=find_packages(where='EasyGA'),