-
Notifications
You must be signed in to change notification settings - Fork 4
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
Refactor for src style package #79
Comments
Some benefits to this structure:
From some initial research I don't think refactoring the structure is going to cause issues during rebases, however I haven't tested this yet, I'll jump on it tomorrow. Side note, because the setup.py script ran some code along with installation, I had to specify an entrypoint in the pyproject.toml to achieve the same functionality. This changes the install command from |
Even though the install command would be longer/less simple, it'd probably better. I could imaging someone not liking that setup.py has calls to We will want to test that |
src directory style Python packages are preferred these days, so we should be using that. What are the specific benefits?
Considerations
The text was updated successfully, but these errors were encountered: