We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520b319 commit 79237e9Copy full SHA for 79237e9
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["setuptools>=61.0"]
3
-build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
4
5
[project]
6
name = "django-pgcrypto"
@@ -25,11 +25,11 @@ dynamic = ["version"]
25
[project.urls]
26
Repository = "https://github.com/dcwatson/django-pgcrypto"
27
28
-[tool.setuptools]
+[tool.hatch.build.targets.wheel]
29
packages = ["pgcrypto"]
30
31
-[tool.setuptools.dynamic]
32
-version = {attr = "pgcrypto.__version__"}
+[tool.hatch.version]
+path = "pgcrypto/base.py"
33
34
[tool.uv]
35
dev-dependencies = [
0 commit comments