-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
46 lines (44 loc) · 1.38 KB
/
setup.cfg
File metadata and controls
46 lines (44 loc) · 1.38 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
[metadata]
name = java_api
version = 17.26.0
description = Java API Specification for ignition-api
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ignition-devs/java-api
author = César Román
author_email = cesar@coatl.dev
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Manufacturing
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2 :: Only
Programming Language :: Python :: 2.7
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Testing :: Mocking
keywords =
coatl.dev
ignition
inductive automation
java
project_urls =
Documentation = https://docs.oracle.com/en/java/javase/17/docs/api/index.html
Funding = https://github.com/sponsors/cesarcoatl
Source = https://github.com/ignition-devs/java-api/tree/main
Tracker = https://github.com/ignition-devs/java-api/issues
[options]
packages = find:
install_requires =
typing
python_requires = ==2.7.18
package_dir =
=src
[options.packages.find]
where = src