mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 07:16:44 +02:00
adjusted setup.py
This commit is contained in:
parent
f9c05dc3bf
commit
5048e4204e
13
setup.py
13
setup.py
@ -1,7 +1,12 @@
|
|||||||
# setup.py
|
from setuptools import find_packages, setup
|
||||||
from setuptools import setup, find_packages
|
|
||||||
|
with open("requirements.txt") as f:
|
||||||
|
reqs = [line.strip() for line in f]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='F_IKS',
|
name="EDYs",
|
||||||
packages=find_packages()
|
version="0.1",
|
||||||
|
python_requires=">=3.6",
|
||||||
|
packages=find_packages(),
|
||||||
|
install_requires=reqs,
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user