esa / pygmo2

A Python platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
https://esa.github.io/pygmo2/
Mozilla Public License 2.0
434 stars 57 forks source link

Add source distribution to pip #32

Closed Balandat closed 1 year ago

Balandat commented 4 years ago

Would it be possible add a source distribution to the pip package?

darioizzo commented 4 years ago

any idea on how thats done?

Balandat commented 4 years ago

Sure, it's described in this tutorial: https://packaging.python.org/tutorials/packaging-projects/

What you're looking for is sdist, as in python3 setup.py sdist bdist_wheel.

johnnymck commented 4 years ago

55 Created a PR for this issue. Please let me know if this is at all useful.

Cheers :)

darioizzo commented 1 year ago

Closing this. Its not possible to have source code uploaded to pypi as platform independent. Only wheels can be made for each platform. For any linux this is now activated again via #117 and will be available at the next release.