File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11# Package Name
22
3- [ ![ Run tests] ( https://github.com/username/ package-name /actions/workflows/tests.yml/badge.svg )] ( https://github.com/username/ package-name /actions/workflows/tests.yml )
3+ [ ![ Run tests] ( https://github.com/opencitations/python- package-template /actions/workflows/tests.yml/badge.svg )] ( https://github.com/opencitations/python- package-template /actions/workflows/tests.yml )
44[ ![ PyPI version] ( https://badge.fury.io/py/package-name.svg )] ( https://badge.fury.io/py/package-name )
55[ ![ License: ISC] ( https://img.shields.io/badge/License-ISC-blue.svg )] ( https://opensource.org/licenses/ISC )
66
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ def main() -> int:
180180 print_success ("Package directory renamed" )
181181
182182 replacements = {
183+ "opencitations/python-package-template" : f"{ github_username } /{ package_name } " ,
183184 "package-name" : package_name ,
184185 "package_name" : package_underscore ,
185186 "Package Name" : package_title ,
You can’t perform that action at this time.
0 commit comments