Changeset 3bf406e9 in sasview


Ignore:
Timestamp:
Aug 11, 2011 3:46:42 PM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
16998d1
Parents:
b827bea
Message:

rename .egg file

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/setup.py

    rb1d6858 r3bf406e9  
    2727 
    2828setup( 
    29     name="sans.guiframe", 
     29    name="sansguiframe", 
    3030    version = "0.9.1", 
    3131    description = "Python module for SANS gui framework", 
  • sansrealspace/setup.py

    r299dc45 r3bf406e9  
    1212from distutils.core import setup 
    1313setup( 
    14     name="sans.realspace", 
     14    name="sansrealspace", 
    1515    version = "0.1", 
    1616    description = "Python module for SANS scattering models", 
  • sansrealspace_modeling/setup.py

    rbf47f2d r3bf406e9  
    9898 
    9999setup( 
    100     name="sans.simulation", 
     100    name="sansrealspace_modeling", 
    101101    version = "0.2", 
    102102    description = "Python module for SANS simulation", 
Note: See TracChangeset for help on using the changeset viewer.