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 source distribution to pip #32

Closed
Balandat opened this issue Mar 4, 2020 · 4 comments
Closed

Add source distribution to pip #32

Balandat opened this issue Mar 4, 2020 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Balandat
Copy link

Balandat commented Mar 4, 2020

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

@darioizzo
Copy link
Member

any idea on how thats done?

@Balandat
Copy link
Author

Balandat commented Mar 7, 2020

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.

@bluescarni bluescarni added enhancement New feature or request help wanted Extra attention is needed labels Mar 18, 2020
@johnnymck
Copy link

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

Cheers :)

@darioizzo
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants