Rename the license file to LICENSE without extension, according to the [PyPA Guide](https://packaging.python.org/tutorials/packaging-projects/#creating-the-package-files).
This commit is contained in:
parent
e3d6d72425
commit
c8364c709b
2 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue