Skip to content

Commit

Permalink
Exclude files from distribution packages
Browse files Browse the repository at this point in the history
Exclude some files from being added to distribution packages.
These files are not needed in the distribution packages
and they take a lot of disk space.

GitHub: fix #1069
  • Loading branch information
fabcor-maxiv committed Jan 17, 2025
1 parent 5b869e6 commit ef0f183
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ classifiers = [
"Topic :: Scientific/Engineering",
]

# Exclude some files from being added to *sdist* and * wheel* distribution packages
exclude = [
"mxcubecore/configuration/mockup/gphl/test_samples",
]


[tool.poetry.dependencies]
python = ">=3.8,<3.12"
typing-extensions = "^4.3.0"
Expand Down

0 comments on commit ef0f183

Please sign in to comment.