Changeset 3bf406e9 in sasview
- Timestamp:
- Aug 11, 2011 3:46:42 PM (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:
- 16998d1
- Parents:
- b827bea
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/setup.py
rb1d6858 r3bf406e9 27 27 28 28 setup( 29 name="sans .guiframe",29 name="sansguiframe", 30 30 version = "0.9.1", 31 31 description = "Python module for SANS gui framework", -
sansrealspace/setup.py
r299dc45 r3bf406e9 12 12 from distutils.core import setup 13 13 setup( 14 name="sans .realspace",14 name="sansrealspace", 15 15 version = "0.1", 16 16 description = "Python module for SANS scattering models", -
sansrealspace_modeling/setup.py
rbf47f2d r3bf406e9 98 98 99 99 setup( 100 name="sans .simulation",100 name="sansrealspace_modeling", 101 101 version = "0.2", 102 102 description = "Python module for SANS simulation",
Note: See TracChangeset
for help on using the changeset viewer.