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

Missing HISTORY.rst #106

Closed
pauleveritt opened this issue Nov 26, 2017 · 3 comments
Closed

Missing HISTORY.rst #106

pauleveritt opened this issue Nov 26, 2017 · 3 comments

Comments

@pauleveritt
Copy link

pydantic installs fine from pip but via a dependency in setup.py it fails with a missing HISTORY.rst due to your long_description in setup.py. Basically, you need a MANIFEST.in that includes that file.

Processing pydantic-0.6.2.tar.gz
Writing /var/folders/4j/00jv8sg138n61hsj6ppf60pm0000gn/T/easy_install-o7rp3h7o/pydantic-0.6.2/setup.cfg
Running pydantic-0.6.2/setup.py -q bdist_egg --dist-dir /var/folders/4j/00jv8sg138n61hsj6ppf60pm0000gn/T/easy_install-o7rp3h7o/pydantic-0.6.2/egg-dist-tmp-7bd8a1a8
error: [Errno 2] No such file or directory: '/private/var/folders/4j/00jv8sg138n61hsj6ppf60pm0000gn/T/easy_install-o7rp3h7o/pydantic-0.6.2/HISTORY.rst'
@samuelcolvin
Copy link
Member

No need for MANIFEST.in, I believe manifest is depricated.

It can be added to setup.py.

@samuelcolvin
Copy link
Member

or even better just catch the error so those two files don't need to be included in the 99% of cases where the wheel is used.

@sharksforarms
Copy link

Thanks for fixing was just about to make an issue :)

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

3 participants