-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
48 lines (44 loc) · 1.14 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
43
44
45
46
47
48
[metadata]
name=py-toeplitz
version=file:VERSION
description=Package for toeplitz operators.
long_description=file:README.rst
long_description_content_type=text/x-rst
platform=any
url=https://github.com/DWesl/py-toeplitz
author=DWesl
author_email=https://github.com/DWesl/py-toeplitz/issues
classifiers=
Development Status :: 1 - Development
Intended Audience :: Developers
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: OS Independent
License :: OSI Approved :: BSD License
license=BSD3
license_file=LICENSE
license_files=
LICENSE
[options]
tests_require=
pytest-cov
hypothesis[numpy]>=4.38.0
scipy>=0.16.0
install_requires=scipy
setup_requires=
cython>=0.16
numpy
scipy>=0.16.0
packages=find:
python_requires= >=2.7, <4, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
[options.packages.find]
where=src
[bdist_wheel]
universal=True
[sdist]
formats=bztar,zip,gztar