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

Fix version setup helper on installed packages #14

Closed
lockefox opened this issue Aug 29, 2017 · 2 comments
Closed

Fix version setup helper on installed packages #14

lockefox opened this issue Aug 29, 2017 · 2 comments

Comments

@lockefox
Copy link
Contributor

when running dev, version.txt should be generated by setup.py and referenced locally.

This works fine when releasing a product to PyPI, but it fails on remote machines who are failing back to claiming __version__ == 0.0.0

This is either a problem with the MANIFEST.in or a problem with the version picking logic in prosper_version

@lockefox
Copy link
Contributor Author

Reproduction steps:

  1. pip install prospercommon on a fresh virtualenv
  2. pip states its downloading latest version (1.1.0 as of now)
  3. once installation completes, pip freeze shows prospercommon == 0.0.0

@lockefox
Copy link
Contributor Author

Fixed in v1.1.1

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

1 participant