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
+
1
5
[project ]
2
6
name = " django-cf"
3
7
version = " 0.1.0"
@@ -7,14 +11,14 @@ authors = [
7
11
dependencies = [
8
12
' sqlparse' ,
9
13
]
10
- description = " Django backend for Cloudflare D1 "
14
+ description = " django-cf is a package that integrates Django with Cloudflare products "
11
15
readme = " README.md"
16
+ license = " MIT"
12
17
requires-python = " >=3.10"
13
18
classifiers = [
14
19
" Development Status :: 3 - Alpha" ,
15
20
" Framework :: Django" ,
16
21
" Framework :: Django :: 5.0" ,
17
- " License :: OSI Approved :: MIT License" ,
18
22
" Operating System :: OS Independent" ,
19
23
" Programming Language :: Python" ,
20
24
" Programming Language :: Python :: 3" ,
@@ -24,6 +28,7 @@ classifiers = [
24
28
]
25
29
26
30
[project .urls ]
31
+ "Homepage" = " https://github.com/G4brym/django-cf"
27
32
"Bug Reports" = " https://github.com/G4brym/django-cf/issues"
28
33
"Source" = " https://github.com/G4brym/django-cf"
29
34
You can’t perform that action at this time.
0 commit comments