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

PKGINFO warnings should be suppressed #114

Closed
sigmavirus24 opened this issue Jul 6, 2015 · 0 comments · Fixed by #125
Closed

PKGINFO warnings should be suppressed #114

sigmavirus24 opened this issue Jul 6, 2015 · 0 comments · Fixed by #125
Milestone

Comments

@sigmavirus24
Copy link
Member

See https://mail.python.org/pipermail/distutils-sig/2015-July/026569.html for more details.

@sigmavirus24 sigmavirus24 added this to the next milestone Sep 13, 2015
sigmavirus24 added a commit to sigmavirus24/twine that referenced this issue Sep 13, 2015
When a package is installed as a wheel, pkginfo cannot properly find its
metadata. To resolve this, a patch has been posted to
https://bugs.launchpad.net/pkginfo/+bug/1437570 and those fixes have been
included here.

This silences UserWarnings from pkginfo about not being able to find
PKG-INFO for a package and allows twine to accurately report pkginfo's
version once installed.

Closes pypa#114
sigmavirus24 added a commit to sigmavirus24/twine that referenced this issue Sep 13, 2015
When a package is installed as a wheel, pkginfo cannot properly find its
metadata. To resolve this, a patch has been posted to
https://bugs.launchpad.net/pkginfo/+bug/1437570 and those fixes have been
included here.

This silences UserWarnings from pkginfo about not being able to find
PKG-INFO for a package and allows twine to accurately report pkginfo's
version once installed.

Closes pypa#114
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

Successfully merging a pull request may close this issue.

1 participant