-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathsetup.cfg
81 lines (69 loc) · 1.94 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
##########################
# Setup.py Configuration #
##########################
[metadata]
name = ptwt
version = 0.1.10-dev
description = Differentiable and gpu enabled fast wavelet transforms in PyTorch
long_description = file: README.rst
long_description_content_type = text/x-rst
# URLs associated with the project
url = https://github.com/v0lta/PyTorch-Wavelet-Toolbox
download_url = https://github.com/v0lta/PyTorch-Wavelet-Toolbox/releases
project_urls =
Bug Tracker = https://github.com/v0lta/PyTorch-Wavelet-Toolbox/issues
Source Code = https://github.com/v0lta/PyTorch-Wavelet-Toolbox
keywords =
Wavelets
Wavelet Transform
Fast Wavelet Transform
Boundary Wavelets
PyTorch
# Author information
author = Moritz Wolter and Felix Blanke
author_email = moritz@wolter.tech
maintainer = Moritz Wolter and Felix Blanke
maintainer_email = moritz@wolter.tech
# License information
license = EUPL-1.2
license_files = LICENSE
classifiers =
License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Artificial Intelligence
[options]
install_requires =
PyWavelets
torch
numpy
python_requires = >=3.9
packages = find:
package_dir =
= src
[options.packages.find]
where = src
[options.extras_require]
tests =
pytest
scipy>=1.10
# pooch is an optional scipy dependency for getting datasets
pooch
typing =
mypy>=1.11
# needed otherwise pytest decorators don't get typed properly
pytest
examples =
matplotlib
##########################
# Darglint Configuration #
##########################
[darglint]
docstring_style = google
strictness = short