Skip to content

Commit 35c5727

Browse files
committed
chore(pip): update metadata
1 parent 7555416 commit 35c5727

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ keywords =
2929
inductive automation
3030
java
3131
project_urls =
32-
Documentation = https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions
32+
Documentation = https://docs.oracle.com/en/java/javase/17/docs/api/index.html
3333
Funding = https://github.com/sponsors/cesarcoatl
3434
Source = https://github.com/ignition-devs/java-api/tree/main
3535
Tracker = https://github.com/ignition-devs/java-api/issues

stubs/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ classifiers = [
3535
"Typing :: Stubs Only",
3636
"Typing :: Typed",
3737
]
38-
urls.Funding = "https://github.com/sponsors/cesarcoatl"
3938
urls.Homepage = "https://github.com/ignition-devs/java-api"
39+
urls.Documentation = "https://docs.oracle.com/en/java/javase/17/docs/api/index.html"
40+
urls.Funding = "https://github.com/sponsors/cesarcoatl"
4041
urls.Source = "https://github.com/ignition-devs/java-api/tree/main"
4142
urls.Tracker = "https://github.com/ignition-devs/java-api/issues"
4243

0 commit comments

Comments
 (0)