-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Martin Weigert
committed
Dec 22, 2016
1 parent
630f4aa
commit b0cce17
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
|
||
setup(name='spimagine', | ||
version=__version__, | ||
description='renders spim data in 3D/4D', | ||
url='http://[email protected]/mweigert/spimagine', | ||
description='OpenCL volume rendering in 3D/4D', | ||
url='https://github.com/maweigert/spimagine', | ||
author='Martin Weigert', | ||
author_email='[email protected]', | ||
license='MIT', | ||
|
@@ -19,8 +19,8 @@ | |
'scipy', | ||
'Pillow>=3.3', | ||
"PyOpenGL", | ||
"pyopencl" | ||
,"sortedcontainers" | ||
"pyopencl", | ||
"sortedcontainers" | ||
], | ||
|
||
package_data={"spimagine":['volumerender/kernels/*', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
""" | ||
|
||
|
||
__version__ = "0.1.3" | ||
__version__ = "0.1.4" |