diff options
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], |
