diff options
author | hack <hack@stsci.edu> | 2011-10-28 13:19:37 -0400 |
---|---|---|
committer | hack <hack@stsci.edu> | 2011-10-28 13:19:37 -0400 |
commit | a926ff1bba6cb7cea03063c05db906287569ee91 (patch) | |
tree | d45271b38160d38791f696d13f2c7c57fa7349a3 /new_setup.cfg | |
parent | 8200f7d021b6c4dc33ffe87352be00a5b00af700 (diff) | |
download | stwcs_hcf-a926ff1bba6cb7cea03063c05db906287569ee91.tar.gz |
Maybe this time the defsetup and new_setup files for STWCS will correctly install all the data files associated with the stwcs.gui package (namely, .cfg/.cfgspc and .help files).
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13922 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'new_setup.cfg')
-rw-r--r-- | new_setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/new_setup.cfg b/new_setup.cfg index 12f70f8..8cb87d3 100644 --- a/new_setup.cfg +++ b/new_setup.cfg @@ -26,6 +26,8 @@ packages = stwcs.updatewcs stwcs.wcsutil stwcs.gui +pacakge_data = + stwcs.gui = gui/pars/* gui/htmlhelp/*.html gui/*.help [global] commands = stsci.distutils.command.easier_install.easier_install |