Update setup.py

This commit is contained in:
Daniel Wilczak
2021-01-23 20:57:56 -05:00
committed by GitHub
parent 9ded11b592
commit 181ac18d88

View File

@ -8,7 +8,7 @@ setup(
name='EasyGA', name='EasyGA',
version='1.2.0', version='1.2.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.', 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","decorators.py"], py_modules=["EasyGA","attributes","test_EasyGA","decorators"],
packages=find_packages(where='EasyGA'), packages=find_packages(where='EasyGA'),
package_dir={ package_dir={
'': 'EasyGA', '': 'EasyGA',