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

Include assets folder in wheel published to PyPI #314

Open
JWCook opened this issue Apr 11, 2023 · 1 comment
Open

Include assets folder in wheel published to PyPI #314

JWCook opened this issue Apr 11, 2023 · 1 comment
Labels
logistics CI, packaging, and other logistics

Comments

@JWCook
Copy link
Member

JWCook commented Apr 11, 2023

Project config already contains:

include = [
    { path = 'assets'},
    ...,
]

But somehow it's only being included in the sdist, not the wheel.

@JWCook JWCook added bug Something isn't working logistics CI, packaging, and other logistics labels Apr 11, 2023
@JWCook JWCook added this to the v0.8 milestone Apr 11, 2023
@JWCook
Copy link
Member Author

JWCook commented Dec 6, 2023

To include non-code assets in the wheel, I think it will need to be under the main package directory. Options:

  • Physically move the folder (kinda annoying)
  • Use a feature in PDM to place it under package dir a build time

JWCook added a commit that referenced this issue Dec 6, 2023
@JWCook JWCook removed this from the v0.8 milestone Jun 24, 2024
@JWCook JWCook removed the bug Something isn't working label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logistics CI, packaging, and other logistics
Projects
None yet
Development

No branches or pull requests

1 participant