- add the following files:
+ LICENSE.txt => use MIT license as the project should be
accessible to anybody who wants to learn Python
+ README.md => provide a rough description of the project
+ pyproject.toml => initialize poetry and the add project metadata
+ poetry.lock => initialize poetry
+ .gitignore => hide pyenv and poetry artifacts
+ static/link/ => folder holding images for links
- for the pre-2020 version of the files, check out the "v0.0.0" tag
8 lines
171 B
TOML
8 lines
171 B
TOML
package = []
|
|
|
|
[metadata]
|
|
content-hash = "fafb334cb038533f851c23d0b63254223abf72ce4f02987e7064b0c95566699a"
|
|
lock-version = "1.0"
|
|
python-versions = "^3.8"
|
|
|
|
[metadata.files]
|