summaryrefslogtreecommitdiff
blob: 2d6957df594d459f9806561c4458033371be923e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 setup.py |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index b0f4dad..94d292d 100644
--- a/setup.py
+++ b/setup.py
@@ -180,10 +180,7 @@ setup ( # Distribution meta-data
                 'pymol/opengl/gl',
                 'pymol/opengl/glu',
                 'pymol/opengl/glut',
-                'pymol/wizard',
-		'web',
-		'web/examples',
-		'web/javascript', ],
+                'pymol/wizard', ],
 	ext_modules = [
     Extension("pymol._cmd", [
     "modules/cealign/src/ccealignmodule.cpp",