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

pypi tarball 1.0.0 is missing files #32

Closed
carlwgeorge opened this issue Jul 16, 2015 · 2 comments
Closed

pypi tarball 1.0.0 is missing files #32

carlwgeorge opened this issue Jul 16, 2015 · 2 comments

Comments

@carlwgeorge
Copy link
Contributor

I maintain the Arch AUR package for this module. I want to implement the test suite when building the package. If I use the pypi tarball as the source, several files are missing.

ImportError: No module named 'test.mycode'
FileNotFoundError: [Errno 2] No such file or directory: '/build/python-ddt/src/ddt-1.0.0/test/test_data_dict.json'
ValueError: test_data_dict.json does not exist

Please include these missing files in the pypi tarball.

ddt-1.0.0/CONTRIBUTING.md
ddt-1.0.0/LICENSE.md
ddt-1.0.0/README.md
ddt-1.0.0/test/__init__.py
ddt-1.0.0/test/mycode.py
ddt-1.0.0/test/test_data_dict.json
ddt-1.0.0/test/test_data_list.json
@pradyunsg
Copy link
Contributor

Adding a MANIFEST.in should be enough for this... PR on it's way.

@carlwgeorge
Copy link
Contributor Author

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