Skip to content

Commit 42a7096

Browse files
committed
Update README.md example and pyproject.toml
1 parent 882cb97 commit 42a7096

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python3 -m pip install coherence
3636

3737
## Documentation
3838

39-
TBC
39+
[https://oracle.github.io/coherence-py-client/](https://oracle.github.io/coherence-py-client/)
4040

4141
## Examples
4242

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
# https://oss.oracle.com/licenses/upl.
44
[tool.poetry]
55
name = "coherence"
6-
version = "0.9.0"
6+
version = "1.0b1"
77
description = """The Coherence Python Client allows Python applications to act as cache clients to a \
88
Coherence Cluster using Google's gRPC framework as the network transport."""
9-
authors = ["Dhiru Pandey <[email protected]>", "Ryan Lubke <[email protected]>"]
109
readme = "README.md"
10+
authors = ["Oracle <[email protected]>"]
11+
homepage = "https://github.com/oracle/coherenc-py-client"
12+
repository = "https://github.com/oracle/coherenc-py-client"
1113
classifiers = [
1214
"Programming Language :: Python :: 3",
1315
"License :: OSI Approved :: Universal Permissive License (UPL)",
1416
"Operating System :: OS Independent",
17+
"Development Status :: 4 - Beta",
1518
]
16-
[project.urls]
17-
"Homepage" = "https://github.com/oracle/coherenc-py-client"
18-
"Bug Tracker" = "https://github.com/oracle/coherenc-py-client/issues"
1919

2020
[tool.poetry.dependencies]
2121
python = "~3.10"

0 commit comments

Comments
 (0)