Skip to content

Commit

Permalink
Fix for setup script. This really is version 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
almar.klein committed Dec 16, 2010
1 parent 368aedd commit 8eb8e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

url = 'http://code.google.com/p/visvis/',
download_url = 'http://code.google.com/p/visvis/downloads/list',
keywords = "visualization OpenGl medical imaging 3D plotting",
keywords = "visualization OpenGl medical imaging 3D plotting numpy",
description = description,
long_description = long_description,

Expand All @@ -41,7 +41,7 @@
requires = ['numpy', 'pyOpenGl'],

packages = ['visvis', 'visvis.functions', 'visvis.backends',
'visvis.processing', 'visvis.points'],
'visvis.processing', 'visvis.vvmovie'],
package_dir = {'visvis': '.'},
package_data = {'visvis': [ 'examples/*.py', 'visvisResources/*']},
zip_safe = False, # I want examples to work
Expand Down

0 comments on commit 8eb8e03

Please sign in to comment.