https://github.com/InsectRobotics/IncentiveCircuit
Raw File
Tip revision: 1610c80072fe8bb59bd397e7a61f716393a509b9 authored by evgkanias on 02 December 2023, 19:57:17 UTC
Merge remote-tracking branch 'origin/main'
Tip revision: 1610c80
setup.cfg
[metadata]
name = incentive
version = v1.0.0-alpha
author = Evripidis Gkanias
author_email = ev.gkanias@ed.ac.uk
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
back to top