Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reintroduce MANIFEST.in #1565

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# exclude benchmarks, docs, examples, and tests
prune docs
prune benchmarks
prune examples
prune tests
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,6 @@ version = {attr = "lightly.__version__"}
[tool.setuptools.package-data]
lightly = ["lightly/cli/config/*.yaml"]

[tool.setuptools.exclude-package-data]
lightly = [
"benchmarks/",
"docs/",
"examples/",
"tests/"
]

[tool.black]
extend-exclude = "lightly/openapi_generated/.*"

Expand Down
Loading