Changeset 78cbdb9 in sasmodels for setup.py


Ignore:
Timestamp:
Apr 15, 2016 8:33:16 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Children:
fe6aa45
Parents:
381b1f0 (diff), 7abcc59 (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.
Message:

Merge branch 'master' into ESS_dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    rf903f0a r381b1f0  
     1import os 
    12from setuptools import setup,find_packages 
     3 
     4# Create the model .so's 
     5os.system("python gen_so.py") 
    26 
    37packages = find_packages(exclude=['contrib', 'docs', 'tests*']) 
     
    59    'sasmodels.models': ['*.c','lib/*.c'], 
    610    'sasmodels': ['*.c'], 
     11    'sasmodels.models.dll': ['*.so'], 
    712} 
    813required = [] 
Note: See TracChangeset for help on using the changeset viewer.