Skip to content

Commit

Permalink
Bugfix in setup (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
rougier committed Jan 21, 2015
1 parent 59c6f25 commit 2bf2bb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
os.remove('MANIFEST')

setup(name="glumpy",
version="1.0.2",
version="1.0.3",
description="Fast, scalable & beautiful scientific visualisation",
long_description = """Glumpy is a python library for scientific
visualization that is both fast, scalable
Expand Down Expand Up @@ -53,6 +53,7 @@
'glumpy.app.window',
'glumpy.app.window.backends',
'glumpy.gloo',
'glumpy.api',

'glumpy.library',
'glumpy.library.math',
Expand All @@ -66,6 +67,8 @@

'glumpy.geometry',
'glumpy.graphics',
'glumpy.graphics.svg',
'glumpy.graphics.color',
'glumpy.transforms',
'glumpy.graphics.text',
'glumpy.graphics.collections'],
Expand Down

0 comments on commit 2bf2bb4

Please sign in to comment.