-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
30 lines (29 loc) · 919 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
[metadata]
name = incentive
version = v1.0.0-alpha
author = Evripidis Gkanias
author_email = [email protected]
description = A package implementing the incentive circuit in the fruit fly brain
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/InsectRobotics/IncentiveCircuit
project_urls =
Bug Tracker = https://github.com/InsectRobotics/IncentiveCircuit/issues
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]
packages = incentive
package_dir =
= src/
package_data =
incentive =
data/bennett2021/*
data/handler2019/*
data/fruitfly/*
data/arena/*
data/model-parameters.yml
python_requires = >=3.7