From 575b530da01b2806505f527fd944187648790d2f Mon Sep 17 00:00:00 2001 From: Ravi <115461198+BM32ESRF@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:03:09 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a589742..ca3c1b1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'mapanalyzer = LaueTools.FileSeries.mainFileSeriesGUI:start', 'daxmgui = LaueTools.daxmgui:start']} else: - python3entry_points= {} + python3entry_points= {} # this will be displayed on pypi at the front page of the project with open("README.md", "r") as fh: @@ -22,7 +22,7 @@ setup( name="LaueTools", - version="3.0.41", + version="3.0.42", packages=find_packages(), python_requires='>=2.6 , <3.9',