We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d163acc commit afbe530Copy full SHA for afbe530
source/guides/dropping-older-python-versions.rst
@@ -69,7 +69,7 @@ The file contains a set of keys and values, the list of keys is part of the PyPa
69
70
You can see the contents of the generated file like this::
71
72
- tar xvfz dist/my-package-1.0.0.tar.gz -O | cat */PKG-INFO
+ tar xfO dist/my-package-1.0.0.tar.gz my-package-1.0.0/PKG-INFO
73
74
Validate that the following is in place, before publishing the package:
75
0 commit comments