From 0c6570c46e4f7a7fd586f22a8f7dcf4c9066e41a Mon Sep 17 00:00:00 2001 From: whitews Date: Fri, 12 Feb 2021 00:00:59 -0500 Subject: [PATCH] fix 0.9 version to correctly include LICENSE file --- MANIFEST.in | 1 + setup.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 53bf49b..22be7ef 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ +include LICENSE recursive-include flowutils *.h diff --git a/setup.py b/setup.py index 380000f..25e8647 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='FlowUtils', - version='0.9.0', + version='0.9.1', packages=['flowutils'], package_data={'': []}, description='Flow Cytometry Standard Utilities', @@ -30,7 +30,6 @@ url="https://github.com/whitews/flowutils", ext_modules=[logicle_extension], install_requires=['numpy>=1.7'], - data_files=[("", ["LICENSE"])], classifiers=[ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.7',