Skip to content

Commit 7176064

Browse files
committed
Switch build system from Setuptools to Hatchling
1 parent 3d8738c commit 7176064

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pyproject.toml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dev = [
4545
project-name = "FeedGenerator"
4646
git-username = "botpub"
4747
git-email = "52496925+botpub@users.noreply.github.com"
48-
build-system = "setuptools"
4948

5049
[tool.pytest.ini_options]
5150
addopts = """
@@ -55,13 +54,6 @@ addopts = """
5554
--cov-report=term-missing:skip-covered
5655
"""
5756

58-
[tool.setuptools]
59-
packages = [
60-
"feedgenerator",
61-
"feedgenerator.django",
62-
"feedgenerator.django.utils",
63-
]
64-
6557
[build-system]
66-
requires = ["setuptools>=64.0"]
67-
build-backend = "setuptools.build_meta"
58+
requires = ["hatchling"]
59+
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)