Update setup.py

This commit is contained in:
danielwilczak101
2020-09-28 00:24:26 -04:00
committed by GitHub
parent 472c9c2379
commit 8d7dd27656

View File

@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import find_packages, setup
with open("README.md", "r") as fh:
long_description = fh.read()
@ -9,6 +9,7 @@ setup(
description='A ubiquitous or general purpuse GA',
py_modules=["EasyGA"],
package_dir={'':'src'},
packages=find_packages(),
python_requires='>=3.6',
url="https://github.com/danielwilczak101/EasyGA",
author="Daniel Wilczak",