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

Move config from setup cfg to pyproject toml #15

Merged
merged 6 commits into from
Feb 21, 2024

Conversation

ClaasRostock
Copy link
Collaborator

No description provided.

Moved all tox configuration from setup.cfg to tox.ini.
Deleted setup.cfg
…PythonPath. This is no longer necessary. Installing the project itself as a package in "editable" mode, using the pip install -e option, solves the issue and removes the need to manually add /src to the PythonPath environment variable.
…t package in "editable" mode, using the pip install -e option.

This removes the need to manually add /src to the PythonPath environment variable in order for debugging and tests to work.
@ClaasRostock ClaasRostock self-assigned this Feb 21, 2024
@ClaasRostock ClaasRostock merged commit c36de4c into main Feb 21, 2024
22 checks passed
@ClaasRostock ClaasRostock deleted the move-config-from-setup-cfg-to-pyproject-toml branch February 21, 2024 19:45
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.

1 participant