-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
56 lines (47 loc) · 1.33 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
49
50
51
52
53
54
55
56
# #############################################################################
# setup.cfg
# =========
# Authors :
# Sepand KASHANI [[email protected]]
# Eric Bezzam [[email protected]]
# #############################################################################
[metadata]
name = pyFFS
summary = Fast Fourier Series library
long_description = file:README.rst
long_description_content_type = text/x-rst; charset=UTF-8
author = Sepand KASHANI, Eric BEZZAM, Matthieu SIMEONI
author_email = [email protected]
url = https://github.com/imagingofthings/pyFFS
download_url = https://github.com/imagingofthings/pyFFS
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
license = BSD
[build_sphinx]
build-dir = build
source-dir = doc
builder = html
warning-is-error = True
[files]
packages =
pyffs
[options]
zip_safe = True
include_package_data = True
python_requires = >=3.6
install_requires =
numpy >= 1.10
scipy >= 1.5.0
[options.extras_require]
dev =
sphinx >= 2.1.0
sphinx_rtd_theme >= 0.4.0
pytest >= 6.0
click >= 7.0
matplotlib >= 3.0
cuda110 = cupy-cuda110 >= 8.6