Skip to content
Snippets Groups Projects
Commit af79d437 authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

removing console scripts entry point, since there are no scripts

parent 37066fa0
No related branches found
No related tags found
1 merge request!49Moving algos to bob.pad.base, refactoring, re-organizing, and renaming them. Fixes issue#17
Pipeline #
...@@ -6,8 +6,6 @@ package: ...@@ -6,8 +6,6 @@ package:
version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }} version: {{ environ.get('BOB_PACKAGE_VERSION', '0.0.1') }}
build: build:
entry_points:
- version.py = bob.pad.face.script.version:main
number: {{ environ.get('BOB_BUILD_NUMBER', 0) }} number: {{ environ.get('BOB_BUILD_NUMBER', 0) }}
run_exports: run_exports:
- {{ pin_subpackage(name) }} - {{ pin_subpackage(name) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment