Skip to content

Commit

Permalink
Devops: Add various files and folder to package exclude list
Browse files Browse the repository at this point in the history
These should not be included in distributions uploaded to PyPI.
  • Loading branch information
sphuber committed Dec 22, 2023
1 parent 24c443e commit a5dad01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ dev = [
'pytest-regressions~=2.0'
]

[tool.flit.sdist]
exclude = [
'.github/',
'tests/',
'.gitignore',
'.pre-commit-config.yaml'
]

[tool.pytest.ini_options]
filterwarnings = [
'ignore:Creating AiiDA configuration folder.*:UserWarning',
Expand Down

0 comments on commit a5dad01

Please sign in to comment.