Changes in / [091eee64:390494d] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    re20870bc rafdb3b3  
    197197        build_sphinx.rebuild() 
    198198 
     199_ = subprocess.call([sys.executable, "src/sas/qtgui/convertUI.py"]) 
    199200 
    200201# sas module 
     
    454455                               ] 
    455456packages.append("sas.sasview") 
     457package_data['sas.qtgui'] = ['Calculators/UI/*', 
     458                             'MainWindow/UI/*', 
     459                             'Perspectives/Corfunc/UI/*', 
     460                             'Perspectives/Fitting/UI/*', 
     461                             'Perspectives/Invariant/UI/*', 
     462                             'Perspectives/Inversion/UI/*', 
     463                             'Plotting/UI/*', 
     464                             'Utilities/UI/*', 
     465                             'UI/*', 
     466                             'UI/res/*', 
     467                             ] 
     468packages.append("sas.qtgui") 
    456469 
    457470required = [ 
     
    490503    entry_points={ 
    491504        'console_scripts': [ 
    492             "sasview = sas.run", 
     505            "sasview=sas.qtgui.MainWindow.MainWindow:run_sasview", 
    493506        ] 
    494507    }, 
Note: See TracChangeset for help on using the changeset viewer.