Skip to content

Commit 262816c

Browse files
committed
base scripts for backwards compat
1 parent 7260844 commit 262816c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

Arkane.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from arkane import __main__
2+
3+
if __name__ == "__main__":
4+
__main__.main()

rmg.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from rmgpy import __main__
2+
3+
if __name__ == "__main__":
4+
__main__.main()

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@
119119
]
120120

121121
scripts = [
122+
'rmg.py',
123+
'Arkane.py',
122124
'scripts/checkModels.py',
123125
'scripts/diffModels.py',
124126
'scripts/generateChemkinHTML.py',

0 commit comments

Comments
 (0)