-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
43 lines (40 loc) · 854 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
41
42
43
[metadata]
description_file = README.md
url = https://github.com/jgrss/satsmooth
license = LICENSE.txt
version = attr: satsmooth.__version__
classifiers =
Intended Audience :: Science/Research
Programming Language :: Cython
Programming Language :: Python :: 3.8 :: 3.9 :: 3.10
[options]
package_dir=
=src
packages=find:
include_package_data = True
setup_requires =
cython>=0.29.0,<3.0.0
python_requires = >=3.8,<3.11
install_requires =
cython>=0.29.0,<3.0.0
numpy>=1.19.0
scikit-image
numba
[options.packages.find]
where=src
[options.package_data]
* = *.md, *.txt
satsmooth = anc/*.pyx
anc/*.pxd
anc/*.pyx
anc/*.pyd
detect/*.pyx
detect/*.so
detect/*.pyd
preprocessing/*.pyx
preprocessing/*.so
preprocessing/*.pyd
smooth/*.pyx
smooth/*.so
smooth/*.pyd
utils/*.pxd