Thanks to visit codestin.com Credit goes to github.com
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 3ef6ca4 commit 677b653Copy full SHA for 677b653
1 file changed
Doc/packaging/setupscript.rst
@@ -70,7 +70,7 @@ Thus, when you say ``packages = ['foo']`` in your setup script, you are
70
promising that the Distutils will find a file :file:`foo/__init__.py` (which
71
might be spelled differently on your system, but you get the idea) relative to
72
the directory where your setup script lives. If you break this promise, the
73
-Distutils will issue a warning but still process the broken package anyways.
+Distutils will issue a warning but still process the broken package anyway.
74
75
If you use a different convention to lay out your source directory, that's no
76
problem: you just have to supply the :option:`package_dir` option to tell the
0 commit comments