From 42ce80b864127af54830ef6d1f8918eb0fee7615 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Thu, 20 Jun 2019 21:56:00 -0700 Subject: [PATCH] Fix MYPYC_BLACKLIST on Windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd28e0a1711a..acf77a708936 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def run(self): # Need to be runnable as scripts '__main__.py', 'sitepkgs.py', - 'dmypy/__main__.py', + os.path.join('dmypy', '__main__.py'), # Needs to be interpreted to provide a hook to interpreted plugins 'interpreted_plugin.py',