Changes in / [a06430c:59ce4cb] in sasmodels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/convert.py
r78d3341 r74f7238 15 15 'be_polyelectrolyte', 16 16 'correlation_length', 17 'fractal_core_shell' 17 'fractal_core_shell', 18 18 'binary_hard_sphere', 19 19 ] -
setup.py
r3eb3312 rf903f0a 3 3 packages = find_packages(exclude=['contrib', 'docs', 'tests*']) 4 4 package_data = { 5 'sasmodels.models': ['*.c'], 5 'sasmodels.models': ['*.c','lib/*.c'], 6 'sasmodels': ['*.c'], 6 7 } 7 8 required = []
Note: See TracChangeset
for help on using the changeset viewer.