mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Initial TRISO modeling capabilities
This commit is contained in:
parent
d16e3fca89
commit
07ef67fee0
7 changed files with 312 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -11,7 +11,8 @@ except ImportError:
|
|||
|
||||
kwargs = {'name': 'openmc',
|
||||
'version': '0.7.1',
|
||||
'packages': ['openmc', 'openmc.data', 'openmc.mgxs', 'openmc.stats'],
|
||||
'packages': ['openmc', 'openmc.data', 'openmc.mgxs', 'openmc.model',
|
||||
'openmc.stats'],
|
||||
'scripts': glob.glob('scripts/openmc-*'),
|
||||
|
||||
# Metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue