-
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.
docs(README.md): refer to upstream repository on GitHub
- Loading branch information
Showing
1 changed file
with
1 addition
and
16 deletions.
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,20 +1,5 @@ | ||
# python-project-template | ||
|
||
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. | ||
See upstream GitHub repository: <https://github.com/arol-polito/python-project-template> | ||
|
||
<!-- EOF --> |