-
-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Labels
Description
During a quality review of the last upload of pyshp in Debian, the following spelling errors were identified:
$ codespell --quiet-level=3
...
./README.txt:265: dicussed ==> discussed
./README.txt:490: seperate ==> separate
./README.txt:551: nmae ==> name
I would have gladly produced a Pull Request for such a minor fix, but the same errors occur in PKG-INFO, README.pdf & README.html. Assuming one of them is the master, how were the other files produced from it.
It would be great if only one of these files was distributed in the tarball, and the rest built from the master file at build time. Is that possible?