From 1739b11bcf3651082ee0998a4eada245af058d16 Mon Sep 17 00:00:00 2001 From: Jim Rybarski Date: Tue, 27 Oct 2015 09:13:40 -0500 Subject: [PATCH] Made publishing to PyPI easier and made minor README edit --- Makefile | 2 ++ README.md | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 58e9178..8e1fc86 100644 --- a/Makefile +++ b/Makefile @@ -30,3 +30,5 @@ ftest: build docker run --rm -v ~/nd2s:/var/nd2s -it jimrybarski/nd2reader python3.4 /opt/nd2reader/ftests.py docker run --rm -v ~/nd2s:/var/nd2s -it jimrybarski/nd2reader python2.7 /opt/nd2reader/ftests.py +publish: + python setup.py sdist upload -r pypi diff --git a/README.md b/README.md index 74450e2..55806f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # nd2reader -### About - `nd2reader` is a pure-Python package that reads images produced by NIS Elements 4.0+. It has only been definitively tested on NIS Elements 4.30.02 Build 1053. Support for older versions is planned. .nd2 files contain images and metadata, which can be split along multiple dimensions: time, fields of view (xy-plane), focus (z-plane), and filter channel.