-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
42 lines (39 loc) · 1.29 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
[metadata]
name = tiledb-bioimg
description = Package supports all bio-imaging functionality provided by TileDB
author = TileDB, Inc.
author_email = help@tiledb.io
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
keywords = tiledb, bioimaging
url = https://github.com/TileDB-Inc/TileDB-Bioimaging
platform = any
project_urls =
Bug Tracker = https://github.com/TileDB-Inc/TileDB-Bioimaging/issues
Documentation = https://docs.tiledb.com
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Programming Language :: Python
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Image Processing
Operating System :: Unix
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
License :: OSI Approved :: MIT License
[options]
zip_safe = False
packages = find_namespace:
python_requires = >=3.8
[options.packages.find]
exclude =
tests*
docs*