File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools >= 77.0.3" ]
3+ build-backend = " setuptools.build_meta"
4+
15[project ]
26name = " django-cf"
37version = " 0.1.0"
@@ -7,14 +11,14 @@ authors = [
711dependencies = [
812 ' sqlparse' ,
913]
10- description = " Django backend for Cloudflare D1 "
14+ description = " django-cf is a package that integrates Django with Cloudflare products "
1115readme = " README.md"
16+ license = " MIT"
1217requires-python = " >=3.10"
1318classifiers = [
1419 " Development Status :: 3 - Alpha" ,
1520 " Framework :: Django" ,
1621 " Framework :: Django :: 5.0" ,
17- " License :: OSI Approved :: MIT License" ,
1822 " Operating System :: OS Independent" ,
1923 " Programming Language :: Python" ,
2024 " Programming Language :: Python :: 3" ,
@@ -24,6 +28,7 @@ classifiers = [
2428]
2529
2630[project .urls ]
31+ "Homepage" = " https://github.com/G4brym/django-cf"
2732"Bug Reports" = " https://github.com/G4brym/django-cf/issues"
2833"Source" = " https://github.com/G4brym/django-cf"
2934
You can’t perform that action at this time.
0 commit comments