Rename Python script

This commit is contained in:
Kiana Sheibani 2023-02-07 13:51:40 -05:00
parent e02319ff24
commit b395e657fb
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
3 changed files with 1 additions and 3 deletions

View file

@ -6,6 +6,4 @@ python3.pkgs.buildPythonApplication {
src = ./.;
doCheck = false;
meta.mainProgram = "soe";
}

View file

@ -3,5 +3,5 @@ from setuptools import setup
setup(
name="soe",
version="1.0.0",
scripts=["bin/soe"]
scripts=["bin/soe-python"]
)