From f76e4acc230ccde689b6dccabba7e7c7f8189232 Mon Sep 17 00:00:00 2001 From: Eric Bruning Date: Wed, 11 Jan 2017 14:52:15 -0600 Subject: [PATCH] Fix syntax error in setup.py (thanks T. Lang) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 932e58d..d719faf 100644 --- a/setup.py +++ b/setup.py @@ -8,5 +8,5 @@ url='https://github.com/deeplycloudy/brawl4d/', package_dir={'brawl4d': ''}, # wouldn't be necessary if we reorganized to traditional package layout with brawl4d at the same directory level as the setup.py script. packages=['brawl4d', - 'brawl4d.LMA', + 'brawl4d.LMA', ] ) \ No newline at end of file