Skip to content

Commit e570d70

Browse files
committed
format
1 parent 54b9098 commit e570d70

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@
1818
},
1919
packages=["ogcore"],
2020
package_data={
21-
"ogcore": ["default_parameters.json", "model_variables.json", "OGcorePlots.mplstyle"]
21+
"ogcore": [
22+
"default_parameters.json",
23+
"model_variables.json",
24+
"OGcorePlots.mplstyle",
25+
]
2226
},
2327
include_packages=True,
2428
python_requires=">=3.7.7, <3.13",

0 commit comments

Comments
 (0)