forked from dandi/neuroconv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
62 lines (55 loc) · 1.47 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
50
51
52
53
54
55
56
57
58
59
60
61
62
[metadata]
name = neuroconv
description = Extract metadata from Bonsai outputs
long_description = file:README.md
long_description_content_type = text/markdown
author = DANDI Contributors
author_email = [email protected]
license = Apache-2.0
license_files = LICENSE
url = https://github.com/dandi/neuroconv
keywords =
###
classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
#Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: Apache Software License
###
project_urls =
Source Code = https://github.com/dandi/neuroconv
Bug Tracker = https://github.com/dandi/neuroconv/issues
[options]
packages = find:
package_dir=
=src
include_package_data = True
python_requires = ~=3.6
install_requires =
BeautifulSoup4
lxml
numpy
packaging
pandas
python-dateutil
spikeextractors
[options.extras_require]
extensions =
pynwb
[options.packages.find]
where = src
[versioneer]
VCS = git
style = pep440
versionfile_source = src/neuroconv/_version.py
versionfile_build = neuroconv/_version.py
tag_prefix =
parentdir_prefix =