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

Support wheels distribution #157

Merged

Conversation

osherdp
Copy link
Contributor

@osherdp osherdp commented Mar 14, 2023

Seems like the comment about data files not being included in wheels when using full paths is no longer true.

The check I've done is making sure the completion output still works when installing the wheel files, which seems to work.

In addition, it produces warnings that the legacy installation method will get deprecated soon:

DEPRECATION: strato-skipper was installed using the legacy 'setup.py
install' method, because a wheel could not be built for it. pip 23.1
will enforce this behaviour change.

@osherdp
Copy link
Contributor Author

osherdp commented Mar 14, 2023

cc @eranco74

@osherdp
Copy link
Contributor Author

osherdp commented Mar 14, 2023

Sort of reverts #42

Copy link
Collaborator

@eranco74 eranco74 left a comment

Choose a reason for hiding this comment

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

/lgtm

Seems like the comment about data files not being included in wheels
when using full paths is no longer true.

The check I've done is making sure the completion output still works
when installing the wheel files, which seems to work.

In addition, it produces warnings that the legacy installation method
will get deprecated soon:
```
DEPRECATION: strato-skipper was installed using the legacy 'setup.py
install' method, because a wheel could not be built for it. pip 23.1
will enforce this behaviour change.
```
@osherdp osherdp force-pushed the feature/support-wheel-distribution branch from 0b8ede5 to bf9528f Compare March 14, 2023 19:09
@eranco74 eranco74 merged commit d878414 into Stratoscale:upstream Mar 14, 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.

2 participants