-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (35 loc) · 858 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
[metadata]
name = praise
author = Brandon Dube
author-email = [email protected]
description = contemporary forward-reverse / iterative transform phase retrieval algorithms
long-description = file: README.md
license = MIT
platform = any
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.6
[options]
zip_safe = true
include_package_data = true
packages = praise
python_requires = >= 3.6
tests_require = pytest
test_suite = tests
setup_requires =
setuptools >= 38.3.0
setuptools_scm
install_requires =
numpy
scipy
[options.packages.find]
exclude = tests/, docs
[bdist_wheel]
universal = true
[sdist]
formats = gztar
[flake8]
max-line-length = 120
exclude = .git, .eggs, __pycache__, tests/, docs/, build/, dist/