diff --git a/pyproject.toml b/pyproject.toml index 660ae1d7..56bfc33f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,10 @@ Distribution = "https://pypi.org/project/towncrier" exclude = [ "admin", "bin", - "docs", + ".github", + ".git-blame-ignore-revs", + ".pre-commit-config.yaml", + ".pre-commit-hooks.yaml", ".readthedocs.yaml", "src/towncrier/newsfragments", ] diff --git a/src/towncrier/newsfragments/672.doc b/src/towncrier/newsfragments/672.doc new file mode 100644 index 00000000..d1aa14b0 --- /dev/null +++ b/src/towncrier/newsfragments/672.doc @@ -0,0 +1 @@ +The documentation RST source files are now included in the sdist package.