forked from qbicsoftware/omero-bifrost
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (26 loc) · 783 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
[metadata]
name = omero-bifrost
version = attr: omero_bifrost.__version__
url = https://github.com/luiskuhn/omero-bifrost
author = Luis Kuhn Cuellar
author_email = [email protected]
description = Bifrost bridge for simplified large-scale transfer of bioimage data using an OMERO server
license = MIT
license_files = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
packages = find:
package_dir =
=src
python_requires = >= 3.8
install_requires = file: requirements.txt
[options.entry_points]
console_scripts =
omero-bifrost = omero_bifrost.cli:app
[options.packages.find]
where = src