From fc44473af6acd184ef8ef713d052a7971ba4df43 Mon Sep 17 00:00:00 2001 From: Josh Palmer Date: Thu, 10 Jun 2021 10:10:35 +0000 Subject: [PATCH] Update Readme.md with support indication + license --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 41b8fc3..6d78764 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,18 @@ A [`cookiecutter`](https://github.com/audreyr/cookiecutter) based Python project template. +This is an opinionated template, based on useful defaults that we like to have +when creating new projects. We include a pre-built makefile, with rules for +linting and test, scaffolded unit tests, and tools for building wheels, +amongst other things. + +This project is open source because we think it might be useful to other +engineers. However, Mendix does not officially support this project. + +## License + +This project is licensed under the MIT license. + ## Usage - new project In the below sections it is explained how to generate a new Python package with