From ecd2ac11751016b3a0fdfc1596d12dfe9363af4b Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sun, 26 Apr 2020 22:02:40 +0300 Subject: [PATCH] Fix package name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2dd6ded..e9d80e4 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ DESCRIPTION = ('Tools to ease creating larger test libraries for ' 'Robot Framework using Python.') setup( - name = 'robotframework-pythontlibcore', + name = 'robotframework-pythonlibcore', version = VERSION, author = 'Tatu Aalto', author_email = 'aalto.tatu@gmail.com',