Rename Python script
This commit is contained in:
parent
e02319ff24
commit
b395e657fb
|
@ -6,6 +6,4 @@ python3.pkgs.buildPythonApplication {
|
|||
src = ./.;
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta.mainProgram = "soe";
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@ from setuptools import setup
|
|||
setup(
|
||||
name="soe",
|
||||
version="1.0.0",
|
||||
scripts=["bin/soe"]
|
||||
scripts=["bin/soe-python"]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue