-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
50 lines (47 loc) · 1.29 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[metadata]
name = pitapy
version = 1.0.2
description_file = README.md
long_description_content_type = text/markdown
summary = Update dependencies in requirements.txt, specifying webcolors 1.13
license = BSD-3-Clause
author = MicrocosmAI
project_urls =
Source Code = https://github.com/microcosmAI/pita/
Documentation = https://github.com/microcosmAI/pita/tree/develop/docs/
Bug Tracker = https://github.com/microcosmAI/pita/issues/
keywords=
reinforcement learning
rl
multi agent reinforcement learning
marl
randomized world generation
mujoco
research
procedural iterative terrain assembly
dm_control
classifier=
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Intended Audience :: Science/Research
Intended Audience :: Developers
long_description = file: README.md
[options]
python_requires = >=3.9
install_requires =
pyyaml # config style reader
dm_control # handles mujoco/mjcfs
shapely # for collision detection
matplotlib # for plotting
sphinx # for documentation
karma-sphinx-theme # for documentation (theme)
webcolors
pillow
typer
package_dir =
=src
packages = find:
include_package_data = True
[options.packages.find]
where = src