8000
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 98a020b commit b74da53Copy full SHA for b74da53
README.md
@@ -171,7 +171,7 @@ two common reasons why `setup.py` might not be in the root:
171
`setup.cfg`, and `tox.ini`. Projects like these produce multiple PyPI
172
distributions (and upload multiple independently-installable tarballs).
173
* Source trees whose main purpose is to contain a C library, but which also
174
- provide bindings to Python (and perhaps other langauges) in subdirectories.
+ provide bindings to Python (and perhaps other languages) in subdirectories.
175
176
Versioneer will look for `.git` in parent directories, and most operations
177
should get the right version string. However `pip` and `setuptools` have bugs
0 commit comments