Skip to content

Commit ca4742b

Browse files
committed
Add pyproject name
1 parent 5f46ecb commit ca4742b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pyproject.toml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
requires = ["poetry-core>=1.0.0"]
33
build-backend = "poetry.core.masonry.api"
44

5+
[project]
6+
name = "jsonstar"
7+
8+
[project.urls]
9+
Homepage = "https://github.com/routablehq/python-jsonstar"
10+
Documentation = "https://github.com/routablehq/python-jsonstar"
11+
Repository = "https://github.com/henriqroutablehquebastos/python-jsonstar"
12+
Issues = "https://github.com/routablehq/python-jsonstar/issues"
13+
514
[tool.black]
615
line-length = 120
716
target-version = ['py311']
@@ -50,13 +59,6 @@ classifiers = [
5059
"Topic :: Software Development :: Libraries :: Python Modules",
5160
]
5261

53-
[project.urls]
54-
Homepage = "https://github.com/henriquebastos/python-jsonstar"
55-
Documentation = "https://github.com/henriquebastos/python-jsonstar"
56-
Repository = "https://github.com/henriquebastos/python-jsonstar"
57-
Issues = "https://github.com/henriquebastos/python-jsonstar/issues"
58-
59-
6062
[tool.poetry.dependencies]
6163
python = ">=3.9"
6264

0 commit comments

Comments
 (0)