-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from arol-polito/gmacario-patch-1
docs: (README): add introduction and chapter: copyright and license
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# python-project-template | ||
|
||
Project template for Python development | ||
Project template suitable for Python development. | ||
|
||
This template provides a basic [Devevelopment Container](https://containers.dev/) with the following components: | ||
|
||
- [Ubuntu 24.04](https://ubuntu.com/) | ||
- [Python 3.12](https://www.python.org/) | ||
- [Poetry](https://python-poetry.org/) | ||
- [Visual Studio Code](https://code.visualstudio.com/) extensions: [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python), [Git Graph](https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph) | ||
|
||
## Copyright and license for "python-project-template" | ||
|
||
Copyright (C) 2024, [Gianpaolo Macario](https://github.com/gmacario), all rights reserved. | ||
|
||
### Source code license | ||
|
||
The source code contained in this repository and the executable distributions are licensed under the terms of the MIT license as detailed in the [LICENSE](LICENSE) file. | ||
|
||
<!-- EOF --> |