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

setuptools problem - creates requires.txt #161

Closed
Adrianzatreanu opened this issue Mar 5, 2016 · 2 comments
Closed

setuptools problem - creates requires.txt #161

Adrianzatreanu opened this issue Mar 5, 2016 · 2 comments

Comments

@Adrianzatreanu
Copy link
Contributor

It seems that when im trying to use setuptools to install coala-bears as a dependecy, it doesnt find requirements.txt .After further investigation, when im building coala-bears with ./setup.py sdist bdist , it has requires.txt in it, instead of requirements.txt .

@AbdealiLoKo
Copy link
Contributor

AFAIK
The install_requires creates the requires.txt - its meant to be there.
It has the same data as requirements.txt because we read it in the setup.py and set it to be the same
The requirements.txt is not being copied because there's no MANIFEST

This is expected behaviour

@AbdealiLoKo
Copy link
Contributor

@Adrianzatreanu I'm closing this as it seems to be expected behaviour.
Reopen if you think it should not be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants