forked from etfrogers/pyhank
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
19 lines (18 loc) · 673 Bytes
/
setup.cfg
File metadata and controls
19 lines (18 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[metadata]
name = pyhank
author = Edward Rogers
author_email = etfrogers@hotmail.com
description = pyhank - Quasi-discrete Hankel transforms for python
url = https://github.com/etfrogers/pyhank
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = pyhank
# exclusion via setup.cfg is broken currently, see https://github.com/pypa/setuptools/issues/2688
install_requires = numpy~=1.15; scipy~=1.0
python_requires = ~=3.6
setup_requires = setuptools>=44; wheel; setuptools_scm[toml]>=3.4.3