Skip to content

Commit

Permalink
Merge pull request #11 from arol-polito/gmacario-patch-1
Browse files Browse the repository at this point in the history
docs: (README): add introduction and chapter: copyright and license
  • Loading branch information
gmacario authored Nov 12, 2024
2 parents 9f25185 + 3593ab3 commit 6301b34
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
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 -->

0 comments on commit 6301b34

Please sign in to comment.