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

Fix static files included in sdist #62

Closed
MikhailKravets opened this issue Oct 14, 2024 · 1 comment
Closed

Fix static files included in sdist #62

MikhailKravets opened this issue Oct 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@MikhailKravets
Copy link
Owner

Describe the bug

Currently, pyproject.toml contains these lines

[tool.flit.sdist]
# Specify the files to include in the source distribution
include = ["mkdocs_puml/static/puml.css"]

despite it contains only puml.css, flit packs mkdocs_puml with all its content.

Either remove include = ["mkdocs_puml/static/puml.css"] entry or consider moving the static out of mkdocs_puml.

@MikhailKravets MikhailKravets added bug Something isn't working invalid This doesn't seem right labels Oct 14, 2024
@MikhailKravets MikhailKravets self-assigned this Oct 14, 2024
@MikhailKravets
Copy link
Owner Author

Fixed in version 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant