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

Let setuptools automatically handle package discovery #126

Merged
merged 1 commit into from
May 8, 2024

Conversation

ethanwhite
Copy link
Collaborator

setuptools already has a built in system for finding packages. By explicitly finding packages without excludes we are discovery the build directory and producing infinitely nested directories when repeatedly installing from the root directory.

Fixes #119

setuptools already has a built in system for finding packages. By explicitly finding packages without excludes
we are discovery the build directory and producing infinitely
nested directories when repeatedly installing from the root directory.

Fixes carpentriesoffline#119
@garezana garezana merged commit eadd8a3 into carpentriesoffline:main May 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filename or extension too long (OSError) on Windows
2 participants