Skip to content

Commit

Permalink
Add tox.ini to sdist
Browse files Browse the repository at this point in the history
Add tox.ini to sdist to make the downstream testing easier.
Closes #136.
  • Loading branch information
ollipa committed Mar 2, 2023
1 parent d035e17 commit a1341a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include *.py
include CHANGELOG.md
include LICENSE
include README.md
include tox.ini
recursive-include tests *py
recursive-include docs *.md
include docs/conf.py
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ include = [
{ path = "docs/**/*.md", format = "sdist" },
{ path = "LICENSE", format = "sdist" },
{ path = "README.md", format = "sdist" },
{ path = "tox.ini", format = "sdist" },
{ path = "tests/**/*.py", format = "sdist" },
{ path = "docs/conf.py", format = "sdist" },
{ path = "docs/toctree.rst", format = "sdist" },
Expand Down

0 comments on commit a1341a5

Please sign in to comment.