-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (41 loc) · 1.24 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
[metadata]
name = jetraw_workflows
description = Jetraw compression workflows.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/fmi-basel/faim-jetraw
author = Tim-Oliver Buchholz, Jan Eglinger
author_email = tim-oliver.buchholz@fmi.ch, jan.eglinger@fmi.ch
license = Apache-2.0
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
License :: OSI Approved :: Apache-2.0
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
project_urls =
Bug Tracker = https://github.com/fmi-basel/faim-jetraw/issues
Documentation = https://github.com/fmi-basel/faim-jetraw#README.md
Source Code = https://github.com/fmi-basel/faim-jetraw
User Support = https://github.com/fmi-basel/faim-jetraw/issues
[options]
packages = find:
install_requires =
dpcore
jetraw
numcodecs
numpy
prefect
tifffile
python_requires = >=3.8
package_dir =
= src
setup_requires =
setuptools-scm
[options.packages.find]
where = src