Skip to content

Commit 4483bba

Browse files
committed
Merge branch 'fixed-package-name' into 'master'
Fixed project name (to match the conda package name) See merge request limagroup/Lima-tango-python!125
2 parents bc56add + 3b5bcda commit 4483bba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"LimaViewer = Lima.Server.LimaViewer:main",
1414
]
1515

16-
setup(name='Lima.Server',
16+
setup(name='lima-tango-server',
1717
description='Python server for Lima cameras',
1818
url='https://gitlab.esrf.fr/limagroup/Lima-tango-python',
1919
packages=packages,

0 commit comments

Comments
 (0)