Skip to content

Commit

Permalink
Revert "build: Only install console script if cli extra is selected h…
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 7, 2022
1 parent 9aa0166 commit 3700315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@
],
entry_points={
'console_scripts': [
'ocdsextensionregistry = ocdsextensionregistry.cli.__main__:main [cli]',
'ocdsextensionregistry = ocdsextensionregistry.cli.__main__:main',
],
},
)

0 comments on commit 3700315

Please sign in to comment.