From 8dc89833dbd9e7f52ff7618d6ae6241ebf423a0b Mon Sep 17 00:00:00 2001 From: David Hughes Date: Wed, 14 Mar 2018 15:27:07 -0400 Subject: [PATCH 1/2] Setup can work on windows now --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1df70aebb..133e8dab1 100755 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ def list_directory_files(dirpath, exclude_dirs=(), exclude_files=()): 'Linux', 'Max OS-X', 'Unix', - # 'Windows', # Not tested yet + 'Windows', # Not tested yet ], package_dir={'': PYTHON_SRC}, From 37f82625e2823ee11843bdf36bce3d2c3823cf6d Mon Sep 17 00:00:00 2001 From: David Hughes Date: Wed, 14 Mar 2018 15:28:35 -0400 Subject: [PATCH 2/2] Remove untested comment --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 133e8dab1..743777233 100755 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ def list_directory_files(dirpath, exclude_dirs=(), exclude_files=()): 'Linux', 'Max OS-X', 'Unix', - 'Windows', # Not tested yet + 'Windows', ], package_dir={'': PYTHON_SRC},