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 tarball is missing some files and dirs #578

Closed
abompard opened this issue Apr 3, 2015 · 1 comment
Closed

sdist tarball is missing some files and dirs #578

abompard opened this issue Apr 3, 2015 · 1 comment

Comments

@abompard
Copy link
Contributor

abompard commented Apr 3, 2015

The tarball uploaded to PyPI via the setup.py sdist command is missing some of the content in the repo because there's no MANIFEST.in file. This content includes the docs and examples subfolders, the LICENSE and Changelog files and the requirement-*.txt files.
Here's the MANIFEST.in file that you can add to include them:

include *.txt Changelog LICENSE Makefile
include docs/conf.py
recursive-include docs *.rst
graft examples

This will make packager's life much easier as the tarball will contain all we need.

@omab omab closed this as completed in 07847e5 Apr 4, 2015
@omab
Copy link
Owner

omab commented Apr 4, 2015

File added. Thanks!

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