mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 12:24:46 +00:00
Fix typos.
This commit is contained in:
parent
d24aaf4b35
commit
57a95cb7f8
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -24,14 +24,14 @@ It includes the following features:
|
|||
- cx_Freeze support
|
||||
- Qt plugin installation for py2exe and py2app
|
||||
- Microsoft Visual C++ DLL installation for py2exe
|
||||
- creation and installation of configuration file with installation data
|
||||
- creation and installation of configuration files with installation data
|
||||
- automatic detection and usage of GNU99 standard for C compiler
|
||||
- automatic MANIFEST.in check
|
||||
- automatic generation of .mo locale files
|
||||
- automatic permission setting on POSIX systems for installed files
|
||||
|
||||
Because of all the features, this script is nasty and big.
|
||||
Change it very careful.
|
||||
Change it very carefully.
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Reference in a new issue