Changeset 3ff72e2 in sasview
- Timestamp:
- Oct 17, 2011 9:33:43 AM (13 years ago)
- Branches:
- master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 6c82a21
- Parents:
- f0239a3
- Location:
- calculatorview
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
calculatorview/installer.iss
red94228 r3ff72e2 4 4 [Setup] 5 5 AppName=SansViewTool 6 AppVerName=SansViewTool-1.0 _dev6 AppVerName=SansViewTool-1.0.0 7 7 AppPublisher=University of Tennessee 8 8 AppPublisherURL=http://danse.chem.utk.edu/ 9 9 AppSupportURL=http://danse.chem.utk.edu/ 10 10 AppUpdatesURL=http://danse.chem.utk.edu/ 11 DefaultDirName={pf}\SansViewTool-1.0 _dev12 DefaultGroupName=DANSE\SansViewTool-1.0 _dev11 DefaultDirName={pf}\SansViewTool-1.0.0 12 DefaultGroupName=DANSE\SansViewTool-1.0.0 13 13 DisableProgramGroupPage=yes 14 14 LicenseFile=license.txt -
calculatorview/local_config.py
red94228 r3ff72e2 7 7 # Version of the application 8 8 __appname__ = "SansViewTool" 9 __version__ = ' 0.9.2dev'9 __version__ = '1.0.0' 10 10 __download_page__ = 'http://danse.chem.utk.edu' 11 11 #__update_URL__ = 'http://danse.chem.utk.edu/sansview_version.php' … … 45 45 _corner_image = "images/icons/angles_flat.png" 46 46 _welcome_image = "images/icons/SVwelcome.png" 47 _copyright = "(c) 2009 , University of Tennessee"47 _copyright = "(c) 2009-2011, University of Tennessee" 48 48 49 49 -
calculatorview/setup.py
r5fd43d6 r3ff72e2 7 7 setup( 8 8 name="calculatorview", 9 version = " 0.9",9 version = "1.0.0", 10 10 description="calculator perspective for SansView", 11 11 package_dir={"sans":"src/sans", -
calculatorview/setup_exe.py
red94228 r3ff72e2 122 122 # 123 123 packages = ['matplotlib', 'pytz','encodings', 'scipy'] 124 includes = [ ]124 includes = ['site'] 125 125 excludes = [] 126 126
Note: See TracChangeset
for help on using the changeset viewer.