Skip to content

Commit

Permalink
Add tests and doc to sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb authored Feb 27, 2023
1 parent fc937b2 commit d7b2c98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,19 @@ tag-pattern = '^rel-(?P<version>[vV]?\d+(?:\.\d+){0,2}[^\+]*)(?:\+.*)?$'
version-file = "aesara/_version.py"

[tool.hatch.build]
# While the sdist can be made much smaller by omiting the docs,
# it is useful to certain people to include the docs and tests.
# Ref: <https://github.com/aesara-devs/aesara/discussions/1453>
exclude = [
"/tests",
"/.github",
"/.flake8",
"/.gitignore",
"/.hgignore",
"/.pre-commit-config.yaml",
"/CODE_OF_CONDUCT.md",
"/CONTRIBUTING.md",
"/doc",
"Makefile",
"codecov.yml",
"conftest.py",
"environment-arm.yml",
"environment.yml",
"readthedocs.yml",
Expand Down

0 comments on commit d7b2c98

Please sign in to comment.