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 qipy wheel #74

Open
dmerejkowsky opened this issue Apr 8, 2016 · 0 comments
Open

add qipy wheel #74

dmerejkowsky opened this issue Apr 8, 2016 · 0 comments
Labels
Milestone

Comments

@dmerejkowsky
Copy link
Contributor

The problem we have is that qibuild is great at building Python extensions that depend on C++ code, but unfortunately it's not trivial to write a setup.y and then it's hard to re-distribute our Python bindings.

But not all is lost ! .whl is a standardized format, and there's a nice standalone Python package to generate them.

So why not add a command that will generate a .whl that we can later upload to Pypi ?
(We'll have to hack a few things for this to work on linux, but maybe it's worth trying ?)

@dmerejkowsky dmerejkowsky added this to the 4.0 milestone Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant