Skip to content

Commit c502787

Browse files
authored
Merge pull request #6 from G4brym/add-d1-binding
Fix build
2 parents 05b76d1 + f4d93af commit c502787

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools >= 77.0.3"]
3+
build-backend = "setuptools.build_meta"
4+
15
[project]
26
name = "django-cf"
37
version = "0.1.0"
@@ -7,14 +11,14 @@ authors = [
711
dependencies = [
812
'sqlparse',
913
]
10-
description = "Django backend for Cloudflare D1"
14+
description = "django-cf is a package that integrates Django with Cloudflare products"
1115
readme = "README.md"
16+
license = "MIT"
1217
requires-python = ">=3.10"
1318
classifiers = [
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

0 commit comments

Comments
 (0)