diff --git a/.bluish/bluish.yaml b/.bluish/bluish.yaml index 551abc2..e491660 100644 --- a/.bluish/bluish.yaml +++ b/.bluish/bluish.yaml @@ -47,12 +47,6 @@ jobs: input_file: ./templates/pyproject.toml.template output_file: ./pyproject.toml - - name: Update metadata in setup.cfg - uses: core/expand-template - with: - input_file: ./templates/setup.cfg.template - output_file: ./setup.cfg - - name: Update metadata in src/bluish/__main__.py uses: core/expand-template with: diff --git a/templates/setup.cfg.template b/templates/setup.cfg.template deleted file mode 100644 index 28f5461..0000000 --- a/templates/setup.cfg.template +++ /dev/null @@ -1,14 +0,0 @@ -[metadata] -name = bluish -version = ${{ var.project_version }} -author = Luis Medel -author_email = luis@luismedel.com -description = A CI/CD tool -long_description = file: README.md -license = MIT-Clause -classifiers = - Intended Audience :: Developers - Programming Language :: Python :: 3 - License :: OSI Approved :: MIT License - Operating System :: OS Independent - Typing :: Typed