From c8364c709bcd91c87a664788fdf7132687e15700 Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Sun, 7 Oct 2018 19:50:42 +0200 Subject: [PATCH] Rename the license file to `LICENSE` without extension, according to the [PyPA Guide](https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files). --- README.md | 2 -- {{cookiecutter.package_name}}/{LICENSE.rst => LICENSE} | 0 2 files changed, 2 deletions(-) rename {{cookiecutter.package_name}}/{LICENSE.rst => LICENSE} (100%) diff --git a/README.md b/README.md index 868d750..018f598 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ The decisions `cookiecutter-pypackage-minimal` makes should all be explained her ### LICENSE -* **LICENSE can use reStructuredText format** - The provided license file use reStructuredText format. Of course you can decide to use a text format or even [Markdown](https://en.wikipedia.org/wiki/Markdown). It's up to you to choose the format which best satisfies your needs. * **MIT license by default** This template provides you the classic [MIT](https://choosealicense.com/licenses/mit/) licence: it lets people do almost anything they want with your project, including to make and distribute closed source versions. If you [choose another license](https://choosealicense.com/), you also need to update the `{{ package_name }}/setup.py` file: diff --git a/{{cookiecutter.package_name}}/LICENSE.rst b/{{cookiecutter.package_name}}/LICENSE similarity index 100% rename from {{cookiecutter.package_name}}/LICENSE.rst rename to {{cookiecutter.package_name}}/LICENSE