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

Generate requirements.txt for building a tarball #257

Closed
nirs opened this issue Oct 27, 2017 · 1 comment
Closed

Generate requirements.txt for building a tarball #257

nirs opened this issue Oct 27, 2017 · 1 comment

Comments

@nirs
Copy link
Member

nirs commented Oct 27, 2017

We like to publish the project on pypy (see #189), without requiring pipenv, so people that do not use pipenv can install the project using pip.

Tasks:

  1. Generate requirements.txt from Pipenv when running python setup.py sdist
  2. Make sure the file is mentioned in the MANIFEST
  3. Make sure git does not complain about the unknown file in "git status"
@nirs
Copy link
Member Author

nirs commented Oct 29, 2017

Mostly fixed in c27abbe, should be done with #261.

nirs added a commit to nirs/ROSE that referenced this issue Oct 29, 2017
rollandf pushed a commit that referenced this issue Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant