-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
32 lines (30 loc) · 893 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
[metadata]
name = sinabs
author = SynSense (formerly AiCTX)
author_email = [email protected]
description_file = README.md
description_content_type = text/markdown
long_description_content_type = text/markdown
summary = SynSense Spiking Neural Network simulator for deep neural networks (DNNs).
homepage = sinabs.ai
project_urls =
Source code = https://github.com/synsense/sinabs
Documentation = https://readthedocs.org/projects/sinabs/
license = GNU AGPLv3
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Programming Language :: Python :: 3
keywords =
spiking neural networks
machine learning
SNN
DYNAPCNN
Speck
[files]
packages = sinabs
[pbr]
skip_changelog = True