mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-16 04:11:01 +00:00
remove false comma
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1701 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a5d65ede18
commit
999207ce89
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -159,13 +159,13 @@ if os.name=='nt':
|
|||
macros = [('YY_NO_UNISTD_H', None)]
|
||||
cargs = []
|
||||
# add post-install script for the bdist_wininst command
|
||||
scripts = ['linkchecker', 'install-linkchecker.py'],
|
||||
scripts = ['linkchecker', 'install-linkchecker.py']
|
||||
else:
|
||||
macros = []
|
||||
# for gcc 3.x we could add -std=gnu99 to get rid of warnings, but
|
||||
# that breaks other compilers
|
||||
cargs = ["-pedantic"]
|
||||
scripts = ['linkchecker'],
|
||||
scripts = ['linkchecker']
|
||||
|
||||
myname = "Bastian Kleineidam"
|
||||
myemail = "calvin@users.sourceforge.net"
|
||||
|
|
|
|||
Loading…
Reference in a new issue