From c33c455d2a42842443a4bdbefb4cfd242eda2393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pekka=20Kl=C3=A4rck?= Date: Sat, 9 Sep 2017 20:17:52 +0300 Subject: [PATCH] Fix packaging. Fixes #5. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0585044..4b0078a 100755 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ setup( name = NAME, version = VERSION, + packages = [NAME], author = 'Pekka Klärck and contributors', author_email = 'robotframework@gmail.com', url = 'https://github.com/robotframework/rellu',