Skip to content

Commit 1370a3a

Browse files
committed
fix setup.py
1 parent e555a0c commit 1370a3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
version='3.0.0',
55
packages=[
66
'pycycle',
7-
'pycycle/cea',
8-
'pycycle/cea/thermo_data',
7+
'pycycle/thermo',
8+
'pycycle/thermo/cea',
9+
'pycycle/thermo/cea/thermo_data',
910
'pycycle/elements',
1011
'pycycle/maps'
1112
],

0 commit comments

Comments
 (0)