-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
38 lines (37 loc) · 1.07 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
[metadata]
name = invertsy
version = v1.0.0-alpha
author = Evripidis Gkanias
author_email = [email protected]
description = Python package of simulated environments (e.g. sky and the world), using common and easy-to-install
packages, e.g. NumPy and SciPy.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/InsectRobotics/InvertSy
license = GPLv3+
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3
Intended Audience :: Science/Research
Licence :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
[options]
package_dir =
= src
packages =
invertsy
invertsy.agent
invertsy.env
invertsy.sim
python_requires = >=3.8
install_requirements =
setuptools>=40.8.0
wheel
numpy>=1.20.1
scipy>=1.6.1
scikit-learn>=0.23.2
joblib>=1.0.1
matplotlib>=3.3.4
project_urls =
Bug Reports = https://github.com/InsectRobotics/InvertSy/issues
Source = https://github.com/InsectRobotics/InvertSy