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

Add build script without setup.py support #45

Merged
merged 2 commits into from
Jul 23, 2020

Conversation

sdispater
Copy link
Member

Since we can now disable the generation of the setup.py file, we need a way to make the build scripts feature work without it.

This PR takes care of it by assuming that if the generation is disabled and a build script file is referenced then the build script is self sufficient and will take care of compiling and copying necessary files to the project. An example of such a build script has been added to the test fixtures.

  • Added tests for changed code.
  • Updated documentation for changed code.

poetry/core/masonry/builders/wheel.py Outdated Show resolved Hide resolved
poetry/core/masonry/builders/wheel.py Show resolved Hide resolved
@sdispater sdispater force-pushed the add-build-script-without-setup-support branch from 620016b to b238226 Compare July 22, 2020 20:42
@sdispater sdispater force-pushed the add-build-script-without-setup-support branch from b238226 to 8eac0ab Compare July 22, 2020 20:49
@abn abn merged commit ef98af7 into master Jul 23, 2020
@abn abn deleted the add-build-script-without-setup-support branch July 23, 2020 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants