diff --git a/setup.py b/setup.py
index 14a41d90..9203d0b9 100644
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@
 
 # Representative files that should exist after a successful build
 jstargets = [
-    os.path.join(here, 'nbdime', 'webapp', 'static', 'build', 'nbdime.js'),
+    os.path.join(here, 'nbdime', 'webapp', 'static', 'nbdime.js'),
 ]