File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,18 @@ classifiers = [
3131 " Topic :: Internet :: WWW/HTTP" ,
3232]
3333dynamic = [ " version" ]
34-
3534dependencies = [ " 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 ]
3841dev = [
3942 { include-group = " docs" },
4043 { include-group = " optional" },
4144 { include-group = " test" },
4245]
43-
4446test = [
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
You can’t perform that action at this time.
0 commit comments