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 fd3a90a commit a0b31a5Copy full SHA for a0b31a5
source/tutorials/packaging-projects.rst
@@ -117,7 +117,7 @@ minimal set:
117
to automatically discover all packages and subpackages. In this case, the
118
list of packages will be `example_pkg` as that's the only package present.
119
- ``classifiers`` tell the index and :ref:`pip` some additional metadata
120
- about your pckage. In this case, the package is only compatible with Python
+ about your package. In this case, the package is only compatible with Python
121
3, is licensed under the MIT license, and is OS-independent. You should
122
always include at least which version(s) of Python your package works on,
123
which license your package is available under, and which operating systems
0 commit comments