Changeset 0261bc1 in sasview for setup.py


Ignore:
Timestamp:
Nov 20, 2017 5:55:30 AM (7 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
f1ec901
Parents:
6a3e1fe
Message:

Added unit tests for recent functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rfa81e94 r0261bc1  
    386386    "src", "sas", "qtgui", "Perspectives", "Inversion", "UI") 
    387387packages.extend(["sas.qtgui.Perspectives.Inversion", "sas.qtgui.Perspectives.Inversion.UI"]) 
     388 
     389package_dir["sas.qtgui.Perspectives.Corfunc"] = os.path.join( 
     390    "src", "sas", "qtgui", "Perspectives", "Corfunc") 
     391package_dir["sas.qtgui.Perspectives.Corfunc.UI"] = os.path.join( 
     392    "src", "sas", "qtgui", "Perspectives", "Corfunc", "UI") 
     393packages.extend(["sas.qtgui.Perspectives.Corfunc", "sas.qtgui.Perspectives.Corfunc.UI"]) 
    388394 
    389395## Plotting 
Note: See TracChangeset for help on using the changeset viewer.