diff --git a/template/cxx/README.md b/template/cxx/README.md index 979b708..e0db441 100644 --- a/template/cxx/README.md +++ b/template/cxx/README.md @@ -1,7 +1,5 @@ # {{project-name}} -[![Crates.io](https://img.shields.io/crates/v/{{project-name}}.svg)](https://crates.io/crates/{{project-name}}) -[![Docs.rs](https://docs.rs/{{project-name}}/badge.svg)](https://docs.rs/{{project-name}}) [![CI](https://github.com/{{gh_uname}}/{{project-name}}/workflows/CI/badge.svg)](https://github.com/{{gh_uname}}/{{project-name}}/actions) [![Coverage Status](https://coveralls.io/repos/github/{{gh_uname}}/{{project-name}}/badge.svg?branch=main)](https://coveralls.io/github/{{gh_uname}}/{{project-name}}?branch=main) diff --git a/template/py/Makefile b/template/py/Makefile index d43e5d3..768eebf 100644 --- a/template/py/Makefile +++ b/template/py/Makefile @@ -1,7 +1,7 @@ .PHONY: help .DEFAULT_GOAL := help -APP_NAME := go +APP_NAME := {{project-name}} # build image image: diff --git a/template/py/README.md b/template/py/README.md index 979b708..e0db441 100644 --- a/template/py/README.md +++ b/template/py/README.md @@ -1,7 +1,5 @@ # {{project-name}} -[![Crates.io](https://img.shields.io/crates/v/{{project-name}}.svg)](https://crates.io/crates/{{project-name}}) -[![Docs.rs](https://docs.rs/{{project-name}}/badge.svg)](https://docs.rs/{{project-name}}) [![CI](https://github.com/{{gh_uname}}/{{project-name}}/workflows/CI/badge.svg)](https://github.com/{{gh_uname}}/{{project-name}}/actions) [![Coverage Status](https://coveralls.io/repos/github/{{gh_uname}}/{{project-name}}/badge.svg?branch=main)](https://coveralls.io/github/{{gh_uname}}/{{project-name}}?branch=main) diff --git a/template/py/setup.py b/template/py/setup.py deleted file mode 100644 index e69de29..0000000