Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
elhuhdron committed Aug 14, 2018
1 parent 09a2256 commit 44b940e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Development requirements are those required for libCZI: libpng, zlib

## Installation

Clone the repository including submodules with `--recurse-submodules`
Clone the repository including submodules (`--recurse-submodules`).

python (and pip) install steps maybe require admin privileges (sudo) depending on where python is installed on your system.

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 44b940e

Please sign in to comment.