Skip to content

Commit

Permalink
fixes for test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mazborowski committed Jun 27, 2024
1 parent b19fa69 commit 8fdccc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ tmp

# symlinks to individual repos
plugins/

*Recovery-Codes*
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ classifiers = [
[project.urls]
Homepage = "https://github.com/zeebrow/quickhost"
Issues = "https://github.com/zeebrow/quickhost/issues"

[project.scripts]
quickhost = "scripts:main"
1 change: 0 additions & 1 deletion src/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def cli_main() -> CliResponse:

Cli.do_logging(args['verbosity'])
logger.debug("cli args={}".format(args))
print(plugins)

if args['version']:
try:
Expand Down

0 comments on commit 8fdccc4

Please sign in to comment.