diff --git a/README.md b/README.md index 5733311..1a5521c 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ A Substance Painter plugin template. - ๐Ÿค– A [Makefile](Makefile) with the most useful commands to install, test, lint, format and release your project. - ๐Ÿ“ƒ Documentation structure using [mkdocs](http://www.mkdocs.org) - ๐Ÿ’ฌ Auto generation of change log using **gitchangelog** to keep a HISTORY.md file automatically based on your commit history on every release. -- ๐Ÿ‹ A simple [Containerfile](Containerfile) to build a container image for your project. - `Containerfile` is a more open standard for building container images than Dockerfile, you can use buildah or docker with this file. - ๐Ÿงช Testing structure using [pytest](https://docs.pytest.org/en/latest/) - โœ… Code linting using [flake8](https://flake8.pycqa.org/en/latest/) - ๐Ÿ“Š Code coverage reports using [codecov](https://about.codecov.io/sign-up/)