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

sdist rocket-python-1.2.3.tar.gz from pypi incomplete #19

Closed
toabctl opened this issue Jul 13, 2017 · 1 comment
Closed

sdist rocket-python-1.2.3.tar.gz from pypi incomplete #19

toabctl opened this issue Jul 13, 2017 · 1 comment

Comments

@toabctl
Copy link

toabctl commented Jul 13, 2017

The sdist tarball on pypi does not contain all needed files. Eg the README.md is missing which leads to:

Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    long_description=open("README.md", "r").read(),
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'

Not sure how you created the sdist, but you can just do:

python setup.py sdist

And then upload the tarball from the dist dir. I tried that locally and the sdist tarball I created was complete.

@dstegelman
Copy link
Collaborator

Should be fixed in 1.2.4

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

No branches or pull requests

2 participants