Skip to content

Commit

Permalink
fix: failed to rye init
Browse files Browse the repository at this point in the history
due to the empty setup.py, delete it
  • Loading branch information
pplmx committed Mar 30, 2024
1 parent 2db86fe commit 45bbca7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions template/cxx/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion template/py/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: help
.DEFAULT_GOAL := help

APP_NAME := go
APP_NAME := {{project-name}}

# build image
image:
Expand Down
2 changes: 0 additions & 2 deletions template/py/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Empty file removed template/py/setup.py
Empty file.

0 comments on commit 45bbca7

Please sign in to comment.