Skip to content

Commit 707768d

Browse files
committed
Fix package name
1 parent 2e94ddd commit 707768d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
DESCRIPTION = ('Tools to ease creating larger test libraries for '
3131
'Robot Framework using Python.')
3232
setup(
33-
name = 'robotframework-pythontlibcore',
33+
name = 'robotframework-pythonlibcore',
3434
version = VERSION,
3535
author = 'Tatu Aalto',
3636
author_email = 'aalto.tatu@gmail.com',

0 commit comments

Comments
 (0)