Skip to content

Commit 36b85e5

Browse files
committed
move post_install to balrog scripts
1 parent 31df8ef commit 36b85e5

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

balrog/scripts/__init__.py

Whitespace-only changes.
File renamed without changes.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ COPY . /opt/balrog/
3333
WORKDIR /opt/balrog
3434

3535
RUN pip install '.'
36-
RUN python post_install.py
36+
RUN balrog-post-install
3737

3838
CMD ["/bin/bash"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
entry_points={
3939
"console_scripts": [
40-
"balrog-post-install=post_install:main",
40+
"balrog-post-install=balrog.scripts.post_install:main",
4141
],
4242
},
4343
extras_require={

0 commit comments

Comments
 (0)