mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 21:01:00 +00:00
Do not add tests to source release.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3940 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8290a09b61
commit
68d237474b
4 changed files with 8 additions and 9 deletions
|
|
@ -1,3 +1,9 @@
|
|||
5.0.1 "" (released xx.1.2009)
|
||||
|
||||
* Remove unit tests from distribution to avoid antivirus software
|
||||
alarms with the virus filter tests.
|
||||
Closes: SF buf #2537822
|
||||
|
||||
5.0 "Iron Man" (released 24.1.2009)
|
||||
|
||||
* Require and use Python >= 2.5.
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@ include debian/compat
|
|||
include debian/NEWS
|
||||
include debian/README.Debian
|
||||
include debian/watch
|
||||
include test.py tests/*.py
|
||||
include tests/checker/*.py
|
||||
include tests/configuration/*.py
|
||||
include tests/dns/*.py
|
||||
include scripts/*.py scripts/*.sh scripts/*.bat
|
||||
include cgi-bin/lconline/*.html cgi-bin/lconline/*.de cgi-bin/lconline/*.en
|
||||
include cgi-bin/lconline/*.js cgi-bin/lconline/*.css
|
||||
|
|
@ -46,7 +42,4 @@ include doc/source/*.jpg
|
|||
include doc/source/conf.py
|
||||
include doc/source/_static/*
|
||||
include doc/source/_templates/*
|
||||
recursive-include tests/checker/data *.txt *.html *.result *.asc *.css *.ico
|
||||
recursive-include tests/configuration/data *.ini
|
||||
include tests/dns/example*
|
||||
include linkcheck/dns/ChangeLog
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ copyright = u'2009, Bastian Kleineidam'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '5.0'
|
||||
version = '5.0.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -61,7 +61,7 @@ except ImportError:
|
|||
pass
|
||||
from distutils.core import Distribution
|
||||
|
||||
AppVersion = "5.0"
|
||||
AppVersion = "5.0.1"
|
||||
AppName = "LinkChecker"
|
||||
|
||||
py2exe_options = dict(
|
||||
|
|
|
|||
Loading…
Reference in a new issue