Changes in setup.py [1af8548:9e531f2] in sasview
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r1af8548 r9e531f2 47 47 if os.path.isfile(f_path): 48 48 os.remove(f_path) 49 f_path = os.path.join(sas_dir, " categories.json")49 f_path = os.path.join(sas_dir, "serialized_cat.json") 50 50 if os.path.isfile(f_path): 51 51 os.remove(f_path) … … 254 254 packages.append("sas.sasgui.plottools") 255 255 256 # Last of the sas.models257 package_dir["sas.models"] = os.path.join("src", "sas", "models")258 packages.append("sas.models")259 256 260 257 IGNORED_FILES = [".svn"]
Note: See TracChangeset
for help on using the changeset viewer.