-
Notifications
You must be signed in to change notification settings - Fork 36
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
3.3.1: create temp directory in source tree causes build fail #116
Comments
Thanks for the report. In order to get out of the business of hand-administering the packaging, this project, along with hundreds of others based on jaraco/skeleton have attempted to rely more on the source definition as found in the project in 63535c6 This issue isn't specific to jaraco.classes but would apply to any Setuptools project that's relying on default package discovery, so I'll move it to jaraco/skeleton, but I don't think there's anything the projects should do here. Instead, downstream packagers should consider not creating a "temp" folder or create it with a name that's not a valid Python package name (e.g. Please let me know if there's more background on why you're adding a temp directory and why it has to be in the project folder? |
It may be worth asking Setuptools not to infer directories in the project if they're not in source control or in the manifest. |
Any progress? 🤔 |
After create temp/ directory in source tree I found that build fails.
Looks like some bits are missing in pyproject.toml
Here is test case
The text was updated successfully, but these errors were encountered: