Changeset eabdddf in sasview


Ignore:
Timestamp:
Oct 31, 2017 9:36:11 AM (6 years ago)
Author:
GitHub <noreply@…>
Branches:
master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
c16ffe7, acde566
Parents:
3ca67dcf (diff), ae42c85 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Paul Kienzle <pkienzle@…> (10/31/17 09:36:11)
git-committer:
GitHub <noreply@…> (10/31/17 09:36:11)
Message:

Merge pull request #118 from llimeht/tmp/entry-point

Fix entry point to point to new run_gui function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r36ca21e rae42c85  
    428428    entry_points={ 
    429429        'console_scripts': [ 
    430             "sasview = sas.sasview.sasview:run", 
     430            "sasview = sas.sasview.sasview:run_gui", 
    431431        ] 
    432432    }, 
Note: See TracChangeset for help on using the changeset viewer.