Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BM32ESRF committed Oct 11, 2022
1 parent e937ba6 commit 575b530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
'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:
long_description = fh.read()

setup(
name="LaueTools",
version="3.0.41",
version="3.0.42",
packages=find_packages(),
python_requires='>=2.6 , <3.9',

Expand Down

0 comments on commit 575b530

Please sign in to comment.