Skip to content

Commit 36528bd

Browse files
committed
🚸 Rename resource_inventory CLI command
1 parent 236e0fe commit 36528bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def main(**extra_args):
8787
entry_points={
8888
"console_scripts": [
8989
"cpac = CPAC.__main__:main",
90-
"C-PAC_nb_io = CPAC.pipeline.nb_io:main",
90+
"resource_inventory = CPAC.pipeline.resource_inventory:main",
9191
]
9292
},
9393
package_data={

0 commit comments

Comments
 (0)