forked from python-acoustics/python-acoustics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
44 lines (38 loc) · 741 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
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = acoustics
version = 0.1.3
description = Acoustics module for Python.
long_description = file: README.md
license = BSD 3-Clause License
author = Python Acoustics
[options]
zip_safe = False
include_package_data = True
packages = find:
package_dir =
acoustics = acoustics
setup_requires =
numpy
cython
setuptools >= 30.3.0
install_requires =
numpy >= 1.8
scipy >= 0.16
matplotlib
six >= 1.4.1
cython
pandas >= 0.15
tabulate
tests_require =
pytest
[options.package_data]
acoustics = data/* , tests/*.py
[options.packages.find]
exclude =
tests
[options.extras_require]
documentation = sphinx
jit = numba
fast_fft = pyFFTW
[tools:pytest]
norecursedirs = build .eggs .tox