Remove PyOxidizer workaround

Not needed with PyOxidizer >= 0.20.0.
This commit is contained in:
Chris Mayo 2022-04-11 19:26:18 +01:00
parent 2b1fd0eaac
commit cb982a2d92

View file

@ -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"