removed development cli script
This commit is contained in:
parent
3a7b46219e
commit
05f7003ea8
@ -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]
|
||||
|
@ -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 -*-
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user