Skip to content

Commit fa863db

Browse files
committed
Drop setuptools (again)
1 parent dac10fa commit fa863db

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

Diff for: MANIFEST.in

-9
This file was deleted.

Diff for: pyproject.toml

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["setuptools>=64"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["flit_core>=3.7"]
3+
build-backend = "flit_core.buildapi"
44

55
# project metadata
66
[project]
@@ -56,8 +56,20 @@ lint = [
5656
name = "Georg Brandl"
5757
5858

59-
[tool.setuptools.dynamic]
60-
version.attr = "sphinxcontrib.applehelp.__version__"
59+
[tool.flit.module]
60+
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+
]
6173

6274
[tool.mypy]
6375
ignore_missing_imports = true

0 commit comments

Comments
 (0)