-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (38 loc) · 1.01 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
[pep8]
ignore=E221,E501,E701
[metadata]
name = open-ephys-audio
version = attr: oeaudio.__version__
description = Scripts for acoustic stimulus presentation with open-ephys
long_description = file: README.md
keywords = audio playback, neuroscience
license = BSD 3-Clause License
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
author = Dan Meliza
author_email = [email protected]
maintainer = Dan Meliza
maintainer_email = [email protected]
url = https://github.com/melizalab/open-ephys-audio
[options]
zip_safe = false
packages = oeaudio
python_requires = >= 3.6
setup_requires =
setuptools >=58.1.0
install_requires =
numpy <2
sounddevice
pyzmq
soundfile
PyYAML
[options.entry_points]
console_scripts =
oeaudio-present = oeaudio.script:main
[options.packages.find]
exclude = *test*