removed development cli script

This commit is contained in:
Hazel Noack 2025-07-29 12:38:08 +02:00
parent 3a7b46219e
commit 05f7003ea8
2 changed files with 0 additions and 9 deletions

View File

@ -14,7 +14,6 @@ version = "0.0.0"
license-files = ["LICENSE"]
[project.scripts]
python-mommy-dev = "python_mommy_venv.__main__:development"
mommify-venv = "python_mommy_venv.__main__:mommify_venv"
[build-system]

View File

@ -33,14 +33,6 @@ def config_logging(verbose: bool):
serious_logger.setLevel(logging.DEBUG)
def development():
s = "positive"
if len(sys.argv) > 1:
s = sys.argv[1]
compile_config()
WRAPPER_TEMPLATE = """#!{inner_bin}
# -*- coding: utf-8 -*-