Skip to content

dev0 in release tag name makes installation more difficult #8

@marekyggdrasil

Description

@marekyggdrasil

Searching for drudge gives results

$ pip search drudge
drudge (0.1.0.dev0)    - # drudge
drudge_parser (3.0.2)  - Naive parser for the Drudge Report

unfortunately it is not possible to install it

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

my environment

$ python --version
Python 3.7.0
$ pip --version
pip 19.0.1 from /Users/username/snakepit/virtualenvs/mypy3.7/lib/python3.7/site-packages/pip (python 3.7)

I suspect it's because there's a dev0 in the release name, could that be the case? If yes would you @tschijnmo consider publishing a new release without dev0 in the tag so that pip can install it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions