From 44b940e238dcb6a2d515b735da9d69fa3740ec02 Mon Sep 17 00:00:00 2001 From: Paul Watkins Date: Tue, 14 Aug 2018 18:27:06 +0200 Subject: [PATCH] update description --- README.md | 2 +- setup.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aaf8a44e..19bdb323 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index be8cb211..929de244 100644 --- a/setup.py +++ b/setup.py @@ -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 = 'pwatkins@gmail.com', - 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'],