Skip to content

Commit 4b7675f

Browse files
committed
Fix invalid pyproject.toml
Project's URLs should be in the [project] table
1 parent 54f479d commit 4b7675f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,18 @@ classifiers = [
3131
"Topic :: Internet :: WWW/HTTP",
3232
]
3333
dynamic = [ "version" ]
34-
3534
dependencies = [ "django>=4.2" ]
35+
urls.Changelog = "https://www.django-rest-framework.org/community/release-notes/"
36+
urls.Funding = "https://fund.django-rest-framework.org/topics/funding/"
37+
urls.Homepage = "https://www.django-rest-framework.org"
38+
urls.Source = "https://github.com/encode/django-rest-framework"
3639

3740
[dependency-groups]
3841
dev = [
3942
{ include-group = "docs" },
4043
{ include-group = "optional" },
4144
{ include-group = "test" },
4245
]
43-
4446
test = [
4547
# temporary pin of attrs
4648
"attrs==22.1",
@@ -73,10 +75,6 @@ optional = [
7375
"pygments~=2.17.0",
7476
"pyyaml>=5.3.1,<5.4",
7577
]
76-
urls.Changelog = "https://www.django-rest-framework.org/community/release-notes/"
77-
urls.Funding = "https://fund.django-rest-framework.org/topics/funding/"
78-
urls.Homepage = "https://www.django-rest-framework.org"
79-
urls.Source = "https://github.com/encode/django-rest-framework"
8078

8179
[tool.setuptools]
8280

0 commit comments

Comments
 (0)