-
Notifications
You must be signed in to change notification settings - Fork 31
/
setup.cfg
40 lines (37 loc) · 1019 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
[metadata]
name = ratinabox
version = 1.14.1
author = Tom George
author_email = [email protected]
project_urls =
Documentation = https://github.com/RatInABox-Lab/RatInABox
Source = https://github.com/RatInABox-Lab/RatInABox
Tracker = https://github.com/RatInABox-Lab/RatInABox/issues
description = RatInABox: A package for simulating spatial navigation and spatial representation neural data in continuous 2D environments
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_files = LICENSE
platform = any
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
packages = find:
install_requires =
numpy
matplotlib
scipy
shapely
python_requires = >=3.7
include_package_data = False
[options.extras_require]
test =
pytest
scikit-learn
gymnasium =
pettingzoo >= 1.23.0
[options.package_data]
ratinabox = data/*
* = README.md