Changeset afdb3b3 in sasview


Ignore:
Timestamp:
Feb 20, 2019 4:47:31 PM (5 years ago)
Author:
Maksim Rakitin <mrakitin@…>
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
44a698c
Parents:
96d82b3
Message:

FIX: add a proper entry point

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.