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 5, 2023
1 parent 86f2d36 commit 1b1d761
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Types of changes:

- Add Python 3.12 support.

### Changed

- Add tox.ini to sdist to make the downstream testing easier.

### Removed

- Drop Python 3.6 support.
Expand Down
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 1b1d761

Please sign in to comment.