mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 17:44:42 +00:00
Remove PyOxidizer workaround
Not needed with PyOxidizer >= 0.20.0.
This commit is contained in:
parent
2b1fd0eaac
commit
cb982a2d92
1 changed files with 0 additions and 4 deletions
4
setup.py
4
setup.py
|
|
@ -47,10 +47,6 @@ else:
|
|||
|
||||
# the application name
|
||||
AppName = "LinkChecker"
|
||||
if "PYOXIDIZER" in os.environ:
|
||||
# Name with capitals not supported by PyOxidizer 0.18.0
|
||||
# https://github.com/indygreg/PyOxidizer/issues/488
|
||||
AppName = AppName.lower()
|
||||
Description = "check links in web documents or full websites"
|
||||
|
||||
RELEASE_DATE_FILE = "_release_date"
|
||||
|
|
|
|||
Loading…
Reference in a new issue