-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
26 lines (24 loc) · 923 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
[bdist_wheel]
universal = 0
[metadata]
name = threebrainpy
author = Zhengjia Wang
version = attr: threebrainpy.__version__
description = Your Advanced Electrode Localizer Viewer for Python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/dipterix/threebrainpy
keywords = iEEG, DBS, Visualization, Neuroscience, Electrophysiology, Electrode, Localizer
license = Mozilla Public License 2.0
license_files = LICENSE.txt
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Multimedia :: Graphics :: 3D Rendering
Topic :: Scientific/Engineering :: Human Machine Interfaces
Topic :: Scientific/Engineering :: Visualization
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3