Skip to content

Commit 06ac2ba

Browse files
committed
renamed package
1 parent 75b82be commit 06ac2ba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "py_html"
77

88

99
[project]
10-
name = "py-html"
10+
name = "py-htmlbuilder"
1111
authors = [
1212
{name = "Ezeudoh Tochukwu", email = "[email protected]"},
1313
]
1414
dynamic = ["version", "description"]
1515
requires-python = ">=3.8"
1616
readme = "README.md"
17-
home-page = "https://github.com/python-ellar/py-html"
17+
home-page = "https://github.com/python-ellar/py-htmlbuilder"
1818
classifiers = [
1919
"Intended Audience :: Information Technology",
2020
"Intended Audience :: System Administrators",
@@ -42,10 +42,10 @@ classifiers = [
4242
dependencies = []
4343

4444
[project.urls]
45-
Documentation = "https://python-ellar.github.io/py-html/"
46-
Source = "https://github.com/python-ellar/py-html"
47-
Homepage = "https://python-ellar.github.io/py-html/"
48-
"Bug Tracker" = "https://github.com/python-ellar/py-html/issues"
45+
Documentation = "https://python-ellar.github.io/py-htmlbuilder/"
46+
Source = "https://github.com/python-ellar/py-htmlbuilder"
47+
Homepage = "https://python-ellar.github.io/py-htmlbuilder/"
48+
"Bug Tracker" = "https://github.com/python-ellar/py-htmlbuilder/issues"
4949

5050
[project.optional-dependencies]
5151
all = []

0 commit comments

Comments
 (0)