-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.py
137 lines (132 loc) · 12.7 KB
/
setup.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
#
# This file is autogenerated during plugin quickstart and overwritten during
# plugin makedist. DO NOT CHANGE IT if you plan to use plugin makedist to update
# the distribution.
#
from setuptools import setup, find_packages
kwargs = {'author': 'Andrew Rodriguez',
'author_email': '',
'classifiers': ['Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering'],
'description': 'OpenMDAO component wrapper for MSC Nastran',
'download_url': '',
'entry_points': '[openmdao.component]\nnastranwrapper.test.nastran_models.bar10_static_nastran.Bar10Static=nastranwrapper.test.nastran_models.bar10_static_nastran:Bar10Static\nnastranwrapper.test.nastran_models.comp_module_static_nastran.Comp_Module=nastranwrapper.test.nastran_models.comp_module_static_nastran:Comp_Module\nnastranwrapper.test.bar3truss.bar3_static_nastran.Bar3Static=nastranwrapper.test.bar3truss.bar3_static_nastran:Bar3Static\nnastranwrapper.test.nastran_models.bar3_static_nastran.Bar3Static=nastranwrapper.test.nastran_models.bar3_static_nastran:Bar3Static\nnastranwrapper.test.nastran_models.comp_plate_static_nastran.Comp_Plate=nastranwrapper.test.nastran_models.comp_plate_static_nastran:Comp_Plate\nnastranwrapper.nastran.NastranComponent=nastranwrapper.nastran:NastranComponent\nnastranwrapper.test.nastran_models.ring_25dv_static_nastran.RingTruss=nastranwrapper.test.nastran_models.ring_25dv_static_nastran:RingTruss\nnastranwrapper.test.nastran_models.dome_static_nastran.DomeStatic=nastranwrapper.test.nastran_models.dome_static_nastran:DomeStatic\nnastranwrapper.test.nastran_models.blade_2dv_static_nastran.BladeStatic=nastranwrapper.test.nastran_models.blade_2dv_static_nastran:BladeStatic\nnastranwrapper.test.bar3truss.bar3_optimization.Bar3Optimization=nastranwrapper.test.bar3truss.bar3_optimization:Bar3Optimization\nnastranwrapper.test.nastran_models.bar25_static_nastran.Bar25Static=nastranwrapper.test.nastran_models.bar25_static_nastran:Bar25Static\nnastranwrapper.test.bar3truss.bar3_nastran.Bar3Truss=nastranwrapper.test.bar3truss.bar3_nastran:Bar3Truss\n\n[openmdao.container]\nnastranwrapper.test.nastran_models.bar10_static_nastran.Bar10Static=nastranwrapper.test.nastran_models.bar10_static_nastran:Bar10Static\nnastranwrapper.test.nastran_models.comp_module_static_nastran.Comp_Module=nastranwrapper.test.nastran_models.comp_module_static_nastran:Comp_Module\nnastranwrapper.test.bar3truss.bar3_static_nastran.Bar3Static=nastranwrapper.test.bar3truss.bar3_static_nastran:Bar3Static\nnastranwrapper.test.nastran_models.bar3_static_nastran.Bar3Static=nastranwrapper.test.nastran_models.bar3_static_nastran:Bar3Static\nnastranwrapper.test.nastran_models.comp_plate_static_nastran.Comp_Plate=nastranwrapper.test.nastran_models.comp_plate_static_nastran:Comp_Plate\nnastranwrapper.nastran.NastranComponent=nastranwrapper.nastran:NastranComponent\nnastranwrapper.test.nastran_models.ring_25dv_static_nastran.RingTruss=nastranwrapper.test.nastran_models.ring_25dv_static_nastran:RingTruss\nnastranwrapper.test.nastran_models.dome_static_nastran.DomeStatic=nastranwrapper.test.nastran_models.dome_static_nastran:DomeStatic\nnastranwrapper.test.nastran_models.blade_2dv_static_nastran.BladeStatic=nastranwrapper.test.nastran_models.blade_2dv_static_nastran:BladeStatic\nnastranwrapper.test.bar3truss.bar3_optimization.Bar3Optimization=nastranwrapper.test.bar3truss.bar3_optimization:Bar3Optimization\nnastranwrapper.test.nastran_models.bar25_static_nastran.Bar25Static=nastranwrapper.test.nastran_models.bar25_static_nastran:Bar25Static\nnastranwrapper.test.bar3truss.bar3_nastran.Bar3Truss=nastranwrapper.test.bar3truss.bar3_nastran:Bar3Truss',
'include_package_data': True,
'install_requires': ['openmdao.main'],
'keywords': ['openmdao'],
'license': 'Apache License, Version 2.0',
'maintainer': 'Herb Schilling',
'maintainer_email': '[email protected]',
'name': 'nastranwrapper',
'package_data': {'nastranwrapper': ['sphinx_build/html/.buildinfo',
'sphinx_build/html/genindex.html',
'sphinx_build/html/gui_tutorial.html',
'sphinx_build/html/index.html',
'sphinx_build/html/objects.inv',
'sphinx_build/html/pkgdocs.html',
'sphinx_build/html/py-modindex.html',
'sphinx_build/html/search.html',
'sphinx_build/html/searchindex.js',
'sphinx_build/html/srcdocs.html',
'sphinx_build/html/usage.html',
'sphinx_build/html/_images/nastran_wrapper_analysis_output.jpg',
'sphinx_build/html/_images/nastran_wrapper_inputs_1.jpg',
'sphinx_build/html/_images/nastran_wrapper_optimization_results.jpg',
'sphinx_build/html/_modules/index.html',
'sphinx_build/html/_modules/nastranwrapper/nastran.html',
'sphinx_build/html/_modules/nastranwrapper/nastran_maker.html',
'sphinx_build/html/_modules/nastranwrapper/nastran_parser.html',
'sphinx_build/html/_modules/nastranwrapper/nastran_replacer.html',
'sphinx_build/html/_modules/nastranwrapper/nastran_util.html',
'sphinx_build/html/_modules/nastranwrapper/test/fake_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/test_bar3truss.html',
'sphinx_build/html/_modules/nastranwrapper/test/test_nastran_maker.html',
'sphinx_build/html/_modules/nastranwrapper/test/test_nastran_parser.html',
'sphinx_build/html/_modules/nastranwrapper/test/test_nastran_replacer.html',
'sphinx_build/html/_modules/nastranwrapper/test/test_nastran_wrapper_with_multiple_models.html',
'sphinx_build/html/_modules/nastranwrapper/test/test_stringify_function.html',
'sphinx_build/html/_modules/nastranwrapper/test/bar3truss/bar3_static_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/nastran_models/bar10_static_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/nastran_models/bar25_static_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/nastran_models/bar3_static_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/nastran_models/blade_2dv_static_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/nastran_models/comp_module_static_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/nastran_models/comp_plate_static_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/nastran_models/dome_static_nastran.html',
'sphinx_build/html/_modules/nastranwrapper/test/nastran_models/ring_25dv_static_nastran.html',
'sphinx_build/html/_sources/gui_tutorial.txt',
'sphinx_build/html/_sources/index.txt',
'sphinx_build/html/_sources/pkgdocs.txt',
'sphinx_build/html/_sources/srcdocs.txt',
'sphinx_build/html/_sources/usage.txt',
'sphinx_build/html/_static/ajax-loader.gif',
'sphinx_build/html/_static/basic.css',
'sphinx_build/html/_static/comment-bright.png',
'sphinx_build/html/_static/comment-close.png',
'sphinx_build/html/_static/comment.png',
'sphinx_build/html/_static/default.css',
'sphinx_build/html/_static/doctools.js',
'sphinx_build/html/_static/down-pressed.png',
'sphinx_build/html/_static/down.png',
'sphinx_build/html/_static/file.png',
'sphinx_build/html/_static/jquery.js',
'sphinx_build/html/_static/minus.png',
'sphinx_build/html/_static/plus.png',
'sphinx_build/html/_static/pygments.css',
'sphinx_build/html/_static/searchtools.js',
'sphinx_build/html/_static/sidebar.js',
'sphinx_build/html/_static/underscore.js',
'sphinx_build/html/_static/up-pressed.png',
'sphinx_build/html/_static/up.png',
'sphinx_build/html/_static/websupport.js',
'test/__init__.py',
'test/fake_nastran.py',
'test/test_bar3truss.py',
'test/test_bar3truss_correct_output.out',
'test/test_nastran_maker.py',
'test/test_nastran_parser.py',
'test/test_nastran_replacer.py',
'test/test_nastran_wrapper_with_multiple_models.py',
'test/test_stringify_function.py',
'test/bar3truss/__init__.py',
'test/bar3truss/bar3_dyn.bdf',
'test/bar3truss/bar3_dynamic_nastran.py',
'test/bar3truss/bar3_nastran.py',
'test/bar3truss/bar3_optimization.py',
'test/bar3truss/bar3_static_nastran.py',
'test/bar3truss/vared_bar3.bdf',
'test/bdf_files/bar10.bdf',
'test/bdf_files/bar25.bdf',
'test/bdf_files/bar3.bdf',
'test/bdf_files/blade_2dv.bdf',
'test/bdf_files/comp_module.bdf',
'test/bdf_files/comp_plate.bdf',
'test/bdf_files/dome.bdf',
'test/bdf_files/ring_25dv.bdf',
'test/bdf_files/test_bar3truss_correct_input.bdf',
'test/nastran_models/__init__.py',
'test/nastran_models/bar10_static_nastran.py',
'test/nastran_models/bar25_static_nastran.py',
'test/nastran_models/bar3_static_nastran.py',
'test/nastran_models/blade_2dv_static_nastran.py',
'test/nastran_models/comp_module_static_nastran.py',
'test/nastran_models/comp_plate_static_nastran.py',
'test/nastran_models/dome_static_nastran.py',
'test/nastran_models/ring_25dv_static_nastran.py',
'test/practice_grids/practice-grid.1.txt',
'test/practice_grids/practice-grid.2.txt',
'test/practice_grids/practice-grid.3.txt',
'test/practice_grids/practice-grid.4.txt',
'test/practice_grids/practice-grid.5.txt',
'test/practice_grids/practice-grid.6.txt',
'test/practice_grids/practice-grid.7.txt',
'test/practice_grids/practice-grid.row-width.txt']},
'package_dir': {'': 'src'},
'packages': ['nastranwrapper',
'nastranwrapper.test',
'nastranwrapper.test.bar3truss',
'nastranwrapper.test.nastran_models'],
'url': 'https://github.com/OpenMDAO-Plugins/nastranwrapper',
'version': '0.17',
'zip_safe': False}
setup(**kwargs)