From fe899f96eddf032dea9822a72ceed2c9b2cf8539 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 18 Nov 2017 22:25:35 -0500 Subject: Fix dumb typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da044f6..1160497 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='actinide', version='0.1.0', packages=find_packages( - exclude=['tests', 'tests.*', '*.__pycache__'. '*.__pycache__.*'], + exclude=['tests', 'tests.*', '*.__pycache__', '*.__pycache__.*'], ), scripts=['bin/actinide-repl'], -- cgit v1.2.3