Skip to content

Commit

Permalink
🔥 Remove template code
Browse files Browse the repository at this point in the history
  • Loading branch information
nymann committed Aug 31, 2022
1 parent b8a256f commit 86a0442
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 24 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ setup_requires =
pytest-runner
install_requires =
typer >= 0.4.1
cookiecutter >= 1.7.3
PyGithub >= 1.55

[options.extras_require]
all =
Expand Down
4 changes: 2 additions & 2 deletions src/racoon/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


@app.command()
def welcome(name: str) -> None:
typer.echo(f"Welcome {name}!")
def generate() -> None:
typer.echo("TBD")


if __name__ == "__main__":
Expand Down
22 changes: 0 additions & 22 deletions tests/unit_tests/greet_test.py

This file was deleted.

0 comments on commit 86a0442

Please sign in to comment.