-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (36 loc) · 866 Bytes
/
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
[metadata]
name = gym-agx
version = 1.0
author = Rita Laezza
author_email = [email protected]
description = A set of OpenAI Gym environments for deformable linear object manipulation.
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/ritalaezza/gym-agx
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
License :: OSI Approved :: MIT License
[options]
setup_requires =
pytest-runner
install_requires =
gym
numpy
matplotlib
scipy
packages = find:
include_package_data = True
tests_require=
pytest
[options.extras_require]
deploy = pytest-runner; sphinx<1.7.3; sphinx_rtd_theme
[options.packages.find]
exclude =
examples
tests
docs
[aliases]
test = pytest