-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
45 lines (41 loc) · 797 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
41
42
43
44
45
[metadata]
name = beegenn
version = 0.0.1
author = Giacomo Fantoni, Enrico Trombetta
author_email = Giacomo.Fantoni@studenti.unitn.it
description = Wrapper around Genn
long_description = file: README.md
keywords = genn, snn
license = MIT
classifiers =
Programming Language :: Python :: 3
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.10
install_requires =
importlib-metadata; python_version<"3.8"
numpy
setuptools
matplotlib
tables
tqdm
ipykernel
networkx
Pillow
contourpy
jsonschema
pandas
[options.packages.find]
where=src
exclude =
outputs
data
*_CODE
# tools*
# docs*
# my_package.tests*
[options.entry_points]
console_scripts =
executable-name = beegenn:function