-
Notifications
You must be signed in to change notification settings - Fork 9
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
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
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 |
---|---|---|
|
@@ -113,13 +113,13 @@ def build_libCZI(): | |
#files = glob.glob(os.path.join(lib_libCZI,'*.so')) | ||
|
||
setup (name = 'pylibczi', | ||
version = '0.112', | ||
description = 'Python wrapper for libCZI', | ||
version = '0.113', | ||
description = 'Python module utilizing libCZI for reading Zeiss CZI files.', | ||
author = 'Paul Watkins', | ||
author_email = '[email protected]', | ||
url = '', | ||
url = 'https://github.com/elhuhdron/pylibczi', | ||
long_description = ''' | ||
Expose simple read image and meta data for Zeiss czifiles. | ||
Python module to expose libCZI functionality for reading (subset of) Zeiss CZI files and meta-data. | ||
''', | ||
ext_modules = [module1], | ||
packages = ['pylibczi'], | ||
|