File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ readme = "README.md"
66requires-python = " >=3.10"
77dependencies = [" django>=5.0.0" ]
88dynamic = [" version" ]
9+ classifiers = [
10+ " Development Status :: 3 - Alpha" ,
11+ " Intended Audience :: Developers" ,
12+ " License :: OSI Approved :: MIT License" ,
13+ " Programming Language :: Python" ,
14+ " Programming Language :: Python :: 3" ,
15+ " Programming Language :: Python :: 3.10" ,
16+ " Programming Language :: Python :: 3.11" ,
17+ " Programming Language :: Python :: 3.12" ,
18+ " Programming Language :: Python :: 3.13" ,
19+ " Framework :: Django" ,
20+ " Framework :: Django :: 4.2" ,
21+ " Framework :: Django :: 5.0" ,
22+ " Framework :: Django :: 5.1" ,
23+ ]
24+
25+ [project .urls ]
26+ source = " https://github.com/medihack/django-block-fragments"
27+ issues = " https://github.com/medihack/django-block-fragments/issues"
28+ documentation = " https://github.com/medihack/django-block-fragments/blob/main/README.md"
929
1030[dependency-groups ]
1131dev = [
You can’t perform that action at this time.
0 commit comments