Skoraj koncano, manjka generiranje obj kode
This commit is contained in:
parent
d50c62106e
commit
4b2a7a3cc2
47 changed files with 1034 additions and 0 deletions
21
ass3/zbirnik/pyproject.toml
Normal file
21
ass3/zbirnik/pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[project]
|
||||
name = "zbirnik"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{ name = "Timon", email = "timonbub@gmail.com" }
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"ply>=3.11,<4.0"
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
packages = [
|
||||
{ include = "zbirnik", from = "src" }
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Loading…
Add table
Add a link
Reference in a new issue