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

upload distribution to PyPI? #40

Open
johnyf opened this issue Jul 10, 2017 · 0 comments
Open

upload distribution to PyPI? #40

johnyf opened this issue Jul 10, 2017 · 0 comments

Comments

@johnyf
Copy link

johnyf commented Jul 10, 2017

The README reads pip install git+git://github.com/badele/gitcheck.git. A PyPI entry for gticheck exists, but without distribution files. As a result, an ordinary attempt to install with pip == 9.0.1 produces the message:

~:pip install gitcheck
Collecting gitcheck
  Could not find a version that satisfies the requirement gitcheck (from versions: )
No matching distribution found for gitcheck

It would be convenient to upload a distribution of gitcheck to PyPI, and also tag releases in the repository. Currently, in order to download only a specific version (and not clone the repository via pip), one has to use the commit hash.

Of course, git+git://github.com/badele/gitcheck.git can be used when calling pip, and within requirements files, but packages are usually made available on PyPI and mentioned by name and version, for example gitcheck == 0.3.22.

Relevant also to #33.

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