-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
39 lines (37 loc) · 825 Bytes
/
setup.cfg
File metadata and controls
39 lines (37 loc) · 825 Bytes
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
[metadata]
name = pyimagefilter
version = 0.7.0
author = Michael Hirsch, Ph.D.
url = https://github.com/scivision/python-image-processing
description = Demo of Python image processing
keywords =
hyperspectra
image filtering
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: Implementation :: CPython
Topic :: System :: Networking
Topic :: Utilities
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
[options]
python_requires = >= 3.7
include_package_data = True
packages = find:
install_requires =
numpy
matplotlib
scipy
scikit-image
imageio
spectral
[options.extras_require]
tests =
pytest
lint =
flake8
mypy