From ec8856f17e1bcd450ef14e37e9c8592e4f7e762e Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Mon, 17 Jun 2019 10:56:02 +0100 Subject: [PATCH] minor packaging --- getdist/yaml_format_tools.py | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/getdist/yaml_format_tools.py b/getdist/yaml_format_tools.py index 4666863..d7addf0 100644 --- a/getdist/yaml_format_tools.py +++ b/getdist/yaml_format_tools.py @@ -28,6 +28,7 @@ _minuslogpost = "minuslogpost" _post = "post" + # Exceptions class InputSyntaxError(Exception): """Syntax error in YAML input.""" diff --git a/setup.py b/setup.py index 2141970..dd3e156 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ def get_long_description(): long_description=get_long_description(), author='Antony Lewis', url="https://github.com/cmbant/getdist", + zip_safe=False, packages=['getdist', 'getdist.gui', 'paramgrid', 'getdist_tests'], scripts=['GetDist.py', 'GetDistGUI.py'], test_suite='getdist_tests',