Skip to content

Commit bb35272

Browse files
committed
📝 Improve package metadata
1 parent 96cd8ad commit bb35272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ requires = ["setuptools>=77.0.3"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "maykin_health_checks"
6+
name = "django-health-checks"
77
version = "0.1.0"
8-
description = "TODO"
8+
description = "Library to help with defining and running health checks for Maykin Django projects."
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
1111
]
1212
readme = "README.rst"
1313
license = "MIT"
1414
license-files = ["LICENSE"]
15-
keywords = ["TODO"]
15+
keywords = ["Django", "Maykin", "health checks"]
1616
classifiers = [
1717
"Development Status :: 3 - Alpha",
1818
"Framework :: Django",

0 commit comments

Comments
 (0)