#698 Even though `version=<PKG_VERSION>` is used, PyPI version is 0.0.0
Closed: Fixed 4 years ago by praiskup. Opened 4 years ago by praiskup.

I did:

$ version=1.94.1 python setup.py sdist
$ twine upload --verbose dist/copr-1.94.1.tar.gz

But I still see:

$ pip freeze copr | grep copr
copr==0.0.0
copr-cli==0.0.0

Yes, that "UI" version is probably defined by tarball name.

Fixed by moving to tito:

$ pip freeze | grep copr
copr==1.96
copr-cli==1.80

Metadata Update from @praiskup:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata