From 9b1f50d726e7a402be5e773dce8a05ce6e39e122 Mon Sep 17 00:00:00 2001 From: Alexey Shkarin Date: Sun, 5 May 2024 14:15:00 +0200 Subject: [PATCH] Changed setup.py to lightweight --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6bf78be..f453567 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ def list_cython_extensions(folder="pylablib"): dep_pyqt5=['pyqt5>=5.9','pyqtgraph'] dep_pyside2=['pyside2','shiboken2','pyqtgraph>0.10'] setup( - name='pylablib', - # name='pylablib-lightweight', + # name='pylablib', + name='pylablib-lightweight', version='1.4.3', description='Code for use in lab environment: experiment automation, data acquisition, device communication', long_description=long_description,