-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (48 loc) · 881 Bytes
/
setup.cfg
File metadata and controls
54 lines (48 loc) · 881 Bytes
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
[metadata]
name = ecogdata
version = 0.2.0
author = mike t
author_email = mtrumpis@gmail.com
license = BSD 3-Clause
license_file = LICENSE
url = https://github.com/miketrumpis/ecogdata
description = tools for Viventi Lab ecog data
edit_on_github = False
github_project = miketrumpis/ecogdata
[options]
packages = find:
python_requires = >=3.7
install_requires =
numpy>=1.18.0
lxml
decorator
multiprocess
nitime>=0.8.1
npTDMS>=0.19.0
# not sure when dpss got introduced, but 1.1.0 had it
scipy>=1.1.0
tqdm
numexpr
patsy
pytest
PyWavelets
matplotlib
scikit-image
tables
tblib
h5py
seaborn
[options.extras_require]
test =
pytest
test_all =
pytest
coverage[toml]
docs =
Sphinx
sphinx-rtd-theme
ipykernel
jupyter
nbsphinx
[options.package_data]
ecogdata.expconfig = *.txt