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.
2 parents 261e4d8 + dfb1335 commit 9988eddCopy full SHA for 9988edd
pyproject.toml
@@ -8,6 +8,7 @@ authors = [
8
{name = "Thomas Kluyver", email = "[email protected]"},
9
]
10
readme = "README.rst"
11
+license = {file = "LICENSE"}
12
requires-python = ">=3.7"
13
dependencies = []
14
classifiers = [
@@ -22,6 +23,18 @@ Source = "https://github.com/pypa/pyproject-hooks"
22
23
Documentation = "https://pyproject-hooks.readthedocs.io/"
24
Changelog = "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html"
25
26
+[tool.flit.sdist]
27
+include = [
28
+ "tests/",
29
+ "docs/",
30
+ "dev-requirements.txt",
31
+ "noxfile.py",
32
+ "pytest.ini",
33
+]
34
+exclude = [
35
+ "docs/_build"
36
37
+
38
[tool.ruff]
39
src = ["src", "tests"]
40
0 commit comments