Skip to content

Commit

Permalink
include "examples" directory in the sdist again
Browse files Browse the repository at this point in the history
When moving to flit from setuptools, in #1968, the "examples"
directory was lost from the source distribution.
  • Loading branch information
dne committed May 19, 2024
1 parent 1470c17 commit 44fb893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ name = "jinja2"
[tool.flit.sdist]
include = [
"docs/",
"examples/",
"requirements/",
"tests/",
"CHANGES.md",
Expand Down

0 comments on commit 44fb893

Please sign in to comment.