-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (26 loc) · 906 Bytes
/
setup.cfg
File metadata and controls
27 lines (26 loc) · 906 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
[metadata]
name = javabridge
version = 1.0.20
author = Francesco Padovani
author_email = francesco.padovani@helmholtz-muenchen.de
description = Python package to run a Java VM in Python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/SchmollerLab/Cell_ACDC
project_urls =
Author contact = https://www.helmholtz-munich.de/ife/about-us/people/staff-detail/ma/8873/Dr.-Padovani/index.html
Schmoller lab = https://www.helmholtz-munich.de/ife/research/kurt-schmoller-cell-and-organelle-size-control/research/index.html
classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: Microsoft :: Windows
[options]
packages = find:
python_requires =
>=3.7
include_package_data = True
install_requires =
numpy
requests
tqdm