-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (27 loc) · 688 Bytes
/
setup.cfg
File metadata and controls
31 lines (27 loc) · 688 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
[metadata]
name = twistpy
version = 0.0.1
description = Toolbox for Wavefield Inertial Sensing Techniques
long_description = file: README.rst
keywords = seismology, signal processing, polarization analysis, polarization filtering
license = GNU General Public License v3.0
classifiers =
Framework :: Django
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
scipy
numpy
[options.package_data]
* = *.txt, *.rst
hello = *.msg
[aliases]
test=pytest
[tool:pytest]
addopts = --verbose
python_files = pytests/*.py