Browse Source

Add azure_updater to build list for windows

master
John Smith 18 hours ago
parent
commit
2e19c76d16
  1. 1
      setup.py

1
setup.py

@ -35,6 +35,7 @@ SETUP_DICT = { @@ -35,6 +35,7 @@ SETUP_DICT = {
("", glob(os.path.join(os.getcwd(), r"speedtest.ini"))),
("", glob(os.path.join(os.getcwd(), r"urls.txt"))),
("library", glob(os.path.join(os.getcwd(), r"library/commons.py"))),
("library", glob(os.path.join(os.getcwd(), r"library/azure_updater.py"))),
("library", glob(os.path.join(os.getcwd(), r"library/inputimeout.py"))),
],

Loading…
Cancel
Save