File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" hatchling" ]
2+ requires = [" hatchling" , " hatch-regex-commit " ]
33build-backend = " hatchling.build"
44
55[project ]
@@ -10,14 +10,10 @@ readme = "README.md"
1010license = " MIT"
1111requires-python = " >=3.8.0"
1212authors = [
13+ {
name =
" Manfred Dennerlein Rodelo" ,
email =
" [email protected] " },
1314 {
name =
" Jayakorn Karikan" ,
email =
" [email protected] " },
1415]
15- keywords = [
16- " pyuptimekuma" ,
17- " setuptools" ,
18- ]
1916classifiers = [
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" ]
3937path = " pyuptimekuma/__init__.py"
4038
4139[tool .hatch .build .targets .sdist ]
You can’t perform that action at this time.
0 commit comments