Skip to content

Commit 5ae536e

Browse files
committed
Update pyproject.toml
1 parent 5b42162 commit 5ae536e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling", "hatch-regex-commit"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -10,14 +10,10 @@ readme = "README.md"
1010
license = "MIT"
1111
requires-python = ">=3.8.0"
1212
authors = [
13+
{ name = "Manfred Dennerlein Rodelo", email = "[email protected]" },
1314
{ name = "Jayakorn Karikan", email = "[email protected]" },
1415
]
15-
keywords = [
16-
"pyuptimekuma",
17-
"setuptools",
18-
]
1916
classifiers = [
20-
"License :: OSI Approved :: MIT License",
2117
"Operating System :: OS Independent",
2218
"Programming Language :: Python :: 3",
2319
]
@@ -33,9 +29,11 @@ dev = [
3329
]
3430

3531
[project.urls]
36-
Homepage = "https://github.com/jayakornk/pyuptimekuma"
32+
Source = "https://github.com/tr4nt0r/python-uptimekuma"
3733

3834
[tool.hatch.version]
35+
source = "regex_commit"
36+
commit_extra_args = ["-e"]
3937
path = "pyuptimekuma/__init__.py"
4038

4139
[tool.hatch.build.targets.sdist]

0 commit comments

Comments
 (0)