-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
49 lines (45 loc) · 1.42 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
39
40
41
42
43
44
45
46
47
48
49
[pep8]
ignore=E221,E501,E701
[metadata]
name = spyks
version = attr: spyks.__version__
description = Generate fast c++ code to integrate dynamical neuron models
long_description = spyks is a tool for building and simulating simple, dynamical neuron models. It
places a strong emphasis on efficient modification of parameters, because it is
primarily intended for use in data assimilation applications where the goal is
to estimate parameters and unmeasured states from recorded data. It is very much
a work in progress.
license = GNU General Public License (GPL)
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License (GPL)
Programming Language :: Python
Topic :: Scientific/Engineering
Operating System :: Unix
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Natural Language :: English
author = Dan Meliza
author_email = [email protected]
maintainer = Dan Meliza
maintainer_email = [email protected]
url = https://github.com/melizalab/neurobank
[options]
zip_safe = false
packages = spyks
python_requires = >= 3.5
setup_requires =
setuptools
install_requires =
pybind11>=2.2.0
Pint>=0.7
ruamel.yaml>=0.13
sympy>=1.0
numpy>=1.22
test_suite = tests
[options.entry_points]
console_scripts =
spykscc = spyks.build:compile_script
[options.package_data]
spyks = templates/*.cpp