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

Switch to flit #350

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Switch to flit #350

wants to merge 2 commits into from

Conversation

flying-sheep
Copy link
Contributor

@flying-sheep flying-sheep commented Dec 20, 2023

Flit replaces all custom logic in setup.py with well tested logic in flit. No more build script necessary.

Alternative to #349

CI failures are fixed in #347

@@ -53,7 +51,7 @@ test1: clean clean-test-env setup-test-env
@echo " ="
@. ${TEST_ENV}/bin/activate && \
${SETUP} && \
nodeenv -j 4 nodeenv
nodeenv -j 4 nodeenv-env
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

having a directory called nodenv next to a Python file called nodeenv.py confuses things, as both are considered Python packages. This makes sure not tool can be confused

@flying-sheep flying-sheep mentioned this pull request Dec 20, 2023
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.

None yet

1 participant