Initial commit
- 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
This commit is contained in:
commit
057a9229d5
7 changed files with 56 additions and 0 deletions
8
poetry.lock
generated
Normal file
8
poetry.lock
generated
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package = []
|
||||
|
||||
[metadata]
|
||||
content-hash = "fafb334cb038533f851c23d0b63254223abf72ce4f02987e7064b0c95566699a"
|
||||
lock-version = "1.0"
|
||||
python-versions = "^3.8"
|
||||
|
||||
[metadata.files]
|
||||
Loading…
Add table
Add a link
Reference in a new issue