Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 306e99cf

Přidáno uživatelem Martin Forejt před asi 4 roky(ů)

poetry init

Zobrazit rozdíly:

aswi2021vochomurka/__init__.py
1
__version__ = '0.1.0'
aswi2021vochomurka/main.py
1
def start():
2
    print("hello world Vochomurka")
poetry.lock
1
package = []
2

  
3
[metadata]
4
lock-version = "1.1"
5
python-versions = "^3.8"
6
content-hash = "fafb334cb038533f851c23d0b63254223abf72ce4f02987e7064b0c95566699a"
7

  
8
[metadata.files]
pyproject.toml
12 12
[build-system]
13 13
requires = ["poetry-core>=1.0.0"]
14 14
build-backend = "poetry.core.masonry.api"
15

  
16
[tool.poetry.scripts]
17
start = "aswi2021vochomurka.main:start"
src/main.py
1
print("hello world Vochomurka")

Také k dispozici: Unified diff