Compare commits

...

2 Commits

Author SHA1 Message Date
John Smith 2e19c76d16 Add azure_updater to build list for windows 1 day ago
John Smith 61d3d4e3b7 Fix indentation error 1 day ago
  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