Skip to content

Commit 7d2969c

Browse files
committed
Fixed project urls
1 parent b731bc5 commit 7d2969c

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pyproject.toml

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

55
[project]
6-
name = "simple-python-pacakge"
6+
name = "simple-python-package"
77
version = "0.1.0"
88
authors = [
99
{name = "gperdrizet", email = "[email protected]"},
@@ -34,12 +34,11 @@ dependencies = [
3434
dev = []
3535

3636
[project.urls]
37-
Homepage = "https://github.com/gperdrizet/publish-to-pypi"
38-
Documentation = "https://gperdrizet.github.io/publish-to-pypi/README.MD"
39-
Repository = "https://github.com/gperdrizet/publish-to-pypi"
40-
Issues = "https://github.com/gperdrizet/publish-to-pypi/issues"
41-
PyPI = "https://pypi.org/project/publish-to-pypi"
42-
37+
Homepage = "https://github.com/gperdrizet/simple-python-package"
38+
Documentation = "https://gperdrizet.github.io/simple-python-package/README.MD"
39+
Repository = "https://github.com/gperdrizet/simple-python-package"
40+
Issues = "https://github.com/gperdrizet/simple-python-package/issues"
41+
PyPI = "https://pypi.org/project/simple-python-package"
4342
[tool.setuptools]
4443
py-modules = ["lorenze"]
4544

0 commit comments

Comments
 (0)