Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Switch to flit #350

Closed
wants to merge 2 commits into from
Closed

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

@flying-sheep flying-sheep Dec 20, 2023

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
@ekalinin
Copy link
Owner

Looks like outdated. Thank anyway!

@ekalinin ekalinin closed this Aug 25, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants