You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They issue I've had was that I tried to mirror packages in internal, branch-specific pypi repositories for a CI system and twine complained that the .tar.gz from pypi.python.org did not include meta data in the package.
What do you think? Are there any drawbacks or difficulties? I'd be glad to help :)
The text was updated successfully, but these errors were encountered:
Or maybe you should? Sorry, I mostly opened the issue to help others who depend on PyPDF2 and are trying to build a wheel, but I don't really feel like adding another PR which won't ever be merged to what seems to be a dead project with over 60 open PRs.
Hi,
Maybe I am missing something, but it looks line only a single line needs to be changed
to use
setuptools
:which would enable users to generate a wheel with
They issue I've had was that I tried to mirror packages in internal, branch-specific pypi repositories for a CI system and
twine
complained that the.tar.gz
from pypi.python.org did not include meta data in the package.What do you think? Are there any drawbacks or difficulties? I'd be glad to help :)
The text was updated successfully, but these errors were encountered: