Skip to content

Commit

Permalink
Replace template values
Browse files Browse the repository at this point in the history
  • Loading branch information
antibagr committed Nov 19, 2023
1 parent 060917a commit 0932992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# AnyPython

![CI Workflow](https://github.com/antibagr/Any-Python-Template/actions/workflows/makefile.yml/badge.svg?event=push)![coverage badge](./coverage.svg)
![CI Workflow](https://github.com/antibagr/python-ssl-analyzer/actions/workflows/makefile.yml/badge.svg?event=push)![coverage badge](./coverage.svg)
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "app"
version = "0.0.1"
description = "TEMPLATE_DESCRIPTION"
authors = ["TEMPLATE_AUTHOR <TEMPLATE_AUTHOR_EMAIL>"]
maintainers = ["TEMPLATE_AUTHOR <TEMPLATE_AUTHOR_EMAIL>"]
description = "Python app for analyzing servers' pkey certificates"
authors = ["Anthony Bagrianov <rudiemeant@gmail.com>"]
maintainers = ["Anthony Bagrianov <rudiemeant@gmail.com>"]

[tool.poetry.dependencies]
python = "3.11.4"
Expand Down

0 comments on commit 0932992

Please sign in to comment.