forked from scijava/scyjava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (50 loc) · 1.73 KB
/
setup.cfg
File metadata and controls
54 lines (50 loc) · 1.73 KB
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
44
45
46
47
48
49
50
51
52
53
54
[metadata]
name = scyjava
version = 1.5.2.dev0
author = Curtis Rueden, Philipp Hanslovsky, Edward Evans, Mark Hiner, Gabriel Selzer
author_email = ctrueden@wisc.edu
description = Supercharged Java access from Python
long_description = file: README.md
long_description_content_type = text/markdown
license= The Unlicense
url = https://github.com/scijava/scyjava
project_urls =
Bug Tracker = https://github.com/scijava/scyjava/issues
Documentation = https://github.com/scijava/scyjava/blob/master/README.md
Source Code = https://github.com/scijava/scyjava
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Education
Intended Audience :: Science/Research
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 :: 3.6
Programming Language :: Python :: 3 :: 3.7
Programming Language :: Python :: 3 :: 3.8
Programming Language :: Python :: 3 :: 3.9
Programming Language :: Python :: 3 :: 3.10
License :: OSI Approved :: The Unlicense (Unlicense)
Operating System :: Microsoft :: Windows
Operating System :: Unix
Operating System :: MacOS
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries :: Java Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
[options]
packages = find:
package_dir =
= src
# Ensure any changes to this list are also added to environment.yml AND environment-test.yml!
python_requires = >=3.6
install_requires =
jpype1 >= 1.3.0
jgo
[options.packages.find]
where = src
[options.extras_require]
# Ensure any changes to this list are also added to environment-test.yml!
test =
pytest
numpy
pandas