From 0a89ad86de16e4d44017235bc87d338fb9a7545e Mon Sep 17 00:00:00 2001 From: Mathijs Dumon Date: Thu, 7 Sep 2017 09:22:38 +0200 Subject: [PATCH] Version bump --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 72dfe8d5..f6da20ce 100644 --- a/setup.py +++ b/setup.py @@ -27,9 +27,7 @@ def read(fname): setup( name="PyXRD", version=get_version(), - description="""\ -PyXRD is a python implementation of the matrix algorithm developed for the X-ray -diffraction analysis of disordered lamellar structures""", + description="PyXRD is a python implementation of the matrix algorithm developed for the X-ray diffraction analysis of disordered lamellar structures", long_description=read('README.md'), keywords="XRD disorder mixed-layers", author="Mathijs Dumon",