-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
48 lines (45 loc) · 1.41 KB
/
pyproject.toml
File metadata and controls
48 lines (45 loc) · 1.41 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
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools",
]
[project]
name = "java-api-stubs"
version = "17.25.0b6"
description = "Java 17 API Specification stubs for ignition-api"
readme = "README.md"
keywords = [
"coatl.dev",
"ignition",
"inductive automation",
"java",
]
license = "MIT"
authors = [ { name = "César Román", email = "cesar@coatl.dev" } ]
requires-python = ">=3.9,<3.13"
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 :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Typing :: Stubs Only",
"Typing :: Typed",
]
urls.Funding = "https://github.com/sponsors/cesarcoatl"
urls.Homepage = "https://github.com/ignition-devs/java-api"
urls.Source = "https://github.com/ignition-devs/java-api/tree/main"
urls.Tracker = "https://github.com/ignition-devs/java-api/issues"
[tool.setuptools]
include-package-data = true
package-dir = { "" = "stubs" }
[tool.setuptools.package-data]
"*" = [ "*.pyi", "py.typed" ]