Skip to content

Commit 9ba98d6

Browse files
michael.yakMatanRubin
authored andcommitted
pyproject.tml should include license classifier
1 parent c23bd5f commit 9ba98d6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pyctuator.register_health_provider(DbHealthProvider(engine))
169169

170170
Once you configure the health provider, you should see DB health info in the Details tab of Spring Boot Admin:
171171

172-
TODO insert image here
172+
![DB Health](examples/images/Main_DB_Health.png)
173173

174174
### Redis health
175175
If your service is using Redis, Pyctuator can monitor the connection to Redis by simply initializing a `RedisHealthProvider`:

examples/images/Main_DB_Health.png

34.4 KB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ homepage = "https://github.com/SolarEdgeTech/pyctuator"
1717
repository = "https://github.com/SolarEdgeTech/pyctuator"
1818
keywords = ["spring boot admin", "actuator", "pyctuator", "fastapi", "flask"]
1919

20-
# TODO add a license classifier (https://pypi.org/classifiers/)
2120
classifiers = [
2221
"Development Status :: 4 - Beta",
2322
"Environment :: Web Environment",
@@ -29,6 +28,7 @@ classifiers = [
2928
"Topic :: Software Development :: Libraries :: Python Modules",
3029
"Topic :: System :: Monitoring",
3130
"Typing :: Typed",
31+
"License :: OSI Approved :: Apache Software License",
3232
]
3333

3434
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)