removed development cli script
This commit is contained in:
parent
3a7b46219e
commit
05f7003ea8
@ -14,7 +14,6 @@ version = "0.0.0"
|
|||||||
license-files = ["LICENSE"]
|
license-files = ["LICENSE"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
python-mommy-dev = "python_mommy_venv.__main__:development"
|
|
||||||
mommify-venv = "python_mommy_venv.__main__:mommify_venv"
|
mommify-venv = "python_mommy_venv.__main__:mommify_venv"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
@ -31,14 +31,6 @@ def config_logging(verbose: bool):
|
|||||||
logging.getLogger().setLevel(logging.DEBUG)
|
logging.getLogger().setLevel(logging.DEBUG)
|
||||||
mommy_logger.setLevel(50)
|
mommy_logger.setLevel(50)
|
||||||
serious_logger.setLevel(logging.DEBUG)
|
serious_logger.setLevel(logging.DEBUG)
|
||||||
|
|
||||||
|
|
||||||
def development():
|
|
||||||
s = "positive"
|
|
||||||
if len(sys.argv) > 1:
|
|
||||||
s = sys.argv[1]
|
|
||||||
|
|
||||||
compile_config()
|
|
||||||
|
|
||||||
|
|
||||||
WRAPPER_TEMPLATE = """#!{inner_bin}
|
WRAPPER_TEMPLATE = """#!{inner_bin}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user