Skip to content

Commit 3b5bcda

Browse files
committed
Fixed project name (to match the conda package name)
1 parent 96bd9f8 commit 3b5bcda

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)