Skip to content

Commit

Permalink
Changed setup.py to lightweight
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkarin committed May 5, 2024
1 parent 4cc79f2 commit 9b1f50d
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 @@ -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,
Expand Down

0 comments on commit 9b1f50d

Please sign in to comment.