We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d806e commit b63d5f6Copy full SHA for b63d5f6
1 file changed
source/guides/using-manifest-in.rst
@@ -46,7 +46,7 @@ The following files are included in a source distribution by default:
46
47
After adding the above files to the sdist, the commands in :file:`MANIFEST.in`
48
(if such a file exists) are executed in order to add and remove further files
49
-to & from the sdist. Default files can even be removed from the sdist with the
+to and from the sdist. Default files can even be removed from the sdist with the
50
appropriate :file:`MANIFEST.in` command.
51
52
After processing the :file:`MANIFEST.in` file, setuptools removes the
0 commit comments