- Timestamp:
- Apr 28, 2016 7:29:38 AM (9 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:
- aff7904
- Parents:
- 70be725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
rc8843be r5881b17 38 38 # except when there is no such file 39 39 # Todo : make this list generic 40 # 40 #plugin_model_list = ['polynominal5.py', 'sph_bessel_jn.py', 41 41 # 'sum_Ap1_1_Ap2.py', 'sum_p1_p2.py', 42 42 # 'testmodel_2.py', 'testmodel.py', … … 59 59 if os.path.isfile(f_path): 60 60 os.remove(f_path) 61 # 62 # 61 #f_path = os.path.join(sas_dir, 'plugin_models') 62 #if os.path.isdir(f_path): 63 63 # for f in os.listdir(f_path): 64 64 # if f in plugin_model_list: … … 296 296 append_file(file_sources, gen_dir) 297 297 298 #Wojtek's hacky way to add doc files while bundling egg 299 #def add_doc_files(directory): 300 # paths = [] 301 # for (path, directories, filenames) in os.walk(directory): 302 # for filename in filenames: 303 # paths.append(os.path.join(path, filename)) 304 # return paths 305 306 #doc_files = add_doc_files('doc') 307 298 308 # SasView 299 309 package_dir["sas.sasview"] = "sasview" 300 package_data['sas.sasview'] = ['images/*', 310 package_data['sas.sasview'] = ['images/*', 301 311 'media/*', 302 312 'test/*.txt', … … 324 334 else: 325 335 required.extend(['pil']) 326 336 327 337 # Set up SasView 328 338 setup(
Note: See TracChangeset
for help on using the changeset viewer.