We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setuptools
1 parent dac10fa commit fa863dbCopy full SHA for fa863db
MANIFEST.in
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["setuptools>=64"]
3
-build-backend = "setuptools.build_meta"
+requires = ["flit_core>=3.7"]
+build-backend = "flit_core.buildapi"
4
5
# project metadata
6
[project]
@@ -56,8 +56,20 @@ lint = [
56
name = "Georg Brandl"
57
email = "[email protected]"
58
59
-[tool.setuptools.dynamic]
60
-version.attr = "sphinxcontrib.applehelp.__version__"
+[tool.flit.module]
+name = "sphinxcontrib.applehelp"
61
+
62
+[tool.flit.sdist]
63
+include = [
64
+ "CHANGES",
65
+ "LICENSE",
66
+ # Tests
67
+ "tests/",
68
+ "tox.ini",
69
+]
70
+exclude = [
71
+ "doc/_build",
72
73
74
[tool.mypy]
75
ignore_missing_imports = true
0 commit comments