Update setup.py

This commit is contained in:
danielwilczak101
2020-09-28 17:03:00 -04:00
committed by GitHub
parent fbbe017c9b
commit 10b6a9b444

View File

@ -6,10 +6,13 @@ with open("README.md", "r") as fh:
setup( setup(
name='EasyGA', name='EasyGA',
version='0.0.18', version='0.0.25',
description='A ubiquitous or general purpuse GA', description='A ubiquitous or general purpuse GA',
py_modules=["EasyGA"], py_modules=["EasyGA"],
packages=find_packages(), packages=find_packages(where='EasyGA'),
package_dir={
'': 'EasyGA',
},
python_requires='>=3.6', python_requires='>=3.6',
url="https://github.com/danielwilczak101/EasyGA", url="https://github.com/danielwilczak101/EasyGA",
author="Daniel Wilczak, Jack RyanNguyen, Ryley Griffith, Jared Curtis, Matthew Chase Oxamendi", author="Daniel Wilczak, Jack RyanNguyen, Ryley Griffith, Jared Curtis, Matthew Chase Oxamendi",