Skip to content

Commit

Permalink
docs: add keywords & classifiers for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic committed May 21, 2024
1 parent 812fae2 commit bbc2be5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prometheus-exporter-celery"
version = "0.10.5"
version = "0.10.6"
description = ""
authors = [
"Dani Hodovic <[email protected]>",
Expand All @@ -11,6 +11,16 @@ packages = [
{ include = "src" },
]
readme = "README.md"
repository = "https://github.com/danihodovic/celery-exporter"
documentation = "https://github.com/danihodovic/celery-exporter"
keywords = ["celery", "task-processing", "prometheus", "grafana", "monitoring"]
classifiers = [
"Topic :: System :: Monitoring",
"Topic :: System :: Systems Administration",
"Topic :: System :: Distributed Computing",
"Framework :: Celery",
"Framework :: Django",
]

[tool.black]
skip_numeric_underscore_normalization = true
Expand Down

0 comments on commit bbc2be5

Please sign in to comment.