diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-09-27 13:33:55 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2011-09-27 13:33:55 -0400 |
commit | 952032bc3b5a1b0fc215b677ca1aa32385ba525b (patch) | |
tree | 16d513b8a87c86322d5b80e60ba33600da0f6dd7 /exyapps/__init__.py | |
parent | 2402b5a9be840e39749a245fea2a516da38a6f64 (diff) | |
download | exyapps-952032bc3b5a1b0fc215b677ca1aa32385ba525b.tar.gz |
various explanatory text
version number in __version__
AURA copyrights
remove code to support importing runtime instead of incorporating it into the generated parser
add MANIFEST.in
instructions for re-generating the parser that exyapps uses internally
git-svn-id: http://svn.stsci.edu/svn/ssb/etal/exyapps/trunk@431 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'exyapps/__init__.py')
-rw-r--r-- | exyapps/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exyapps/__init__.py b/exyapps/__init__.py index 1bb8bf6..eee103e 100644 --- a/exyapps/__init__.py +++ b/exyapps/__init__.py @@ -1 +1 @@ -# empty +__version__ = '3.0dev' |