Skip to content

Commit b6d4f03

Browse files
chore: Move urls
1 parent 6fa395c commit b6d4f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ packages = [
1010
{ include = "thread/py.typed", from = "src" },
1111
]
1212
include = [{ path = "tests", format = "sdist" }]
13-
homepage = "https://thread.ngjx.org"
14-
repository = "https://github.com/python-thread/thread"
15-
documentation = "https://thread.ngjx.org/docs/v1.1.0"
1613
keywords = ["thread", "threading", "extension", "multiprocessing"]
1714
classifiers = [
1815
"Development Status :: 4 - Beta",
@@ -32,6 +29,9 @@ classifiers = [
3229
]
3330

3431
[tool.poetry.urls]
32+
homepage = "https://thread.ngjx.org"
33+
documentation = "https://thread.ngjx.org/docs/v1.1.0"
34+
repository = "https://github.com/python-thread/thread"
3535
"Release Notes" = "https://github.com/python-thread/thread/releases"
3636
"Bug Tracker" = "https://github.com/python-thread/thread/issues"
3737

0 commit comments

Comments
 (0)