Skip to content

Commit

Permalink
minor packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 17, 2019
1 parent 6422bc0 commit ec8856f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions getdist/yaml_format_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
_minuslogpost = "minuslogpost"
_post = "post"


# Exceptions
class InputSyntaxError(Exception):
"""Syntax error in YAML input."""
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ec8856f

Please sign in to comment.