We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8738c commit 7176064Copy full SHA for 7176064
pyproject.toml
@@ -45,7 +45,6 @@ dev = [
45
project-name = "FeedGenerator"
46
git-username = "botpub"
47
git-email = "52496925+botpub@users.noreply.github.com"
48
-build-system = "setuptools"
49
50
[tool.pytest.ini_options]
51
addopts = """
@@ -55,13 +54,6 @@ addopts = """
55
54
--cov-report=term-missing:skip-covered
56
"""
57
58
-[tool.setuptools]
59
-packages = [
60
- "feedgenerator",
61
- "feedgenerator.django",
62
- "feedgenerator.django.utils",
63
-]
64
-
65
[build-system]
66
-requires = ["setuptools>=64.0"]
67
-build-backend = "setuptools.build_meta"
+requires = ["hatchling"]
+build-backend = "hatchling.build"
0 commit comments