- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
13 lines (11 loc) · 368 Bytes
/
Copy pathsetup.py
File metadata and controls
13 lines (11 loc) · 368 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
fromdistutils.coreimportsetup
setup(name="Aplicacion de ejemplo",
version="0.1",
description="Library of Genetic Algorithm",
author="Ivan Barbecho and Juan Pedro Torres",
# author_email="",
# url="",
license="GPL",
# scripts=["ejemplo.py"],
packages=["GeneticAlgorithm","GeneticAlgorithm/GeneticAlgorithm_gui"]
)