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