Skip to content

Commit 6be5d8d

Browse files
committed
Init poetry
1 parent 86c7b68 commit 6be5d8d

4 files changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# tcx2ics
1+
tcx2ics

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[project]
2+
name = "tcx2ics"
3+
version = "0.1.0"
4+
description = ""
5+
authors = [
6+
{name = "Iztok Fister Jr.",email = "iztok@iztok.dev"}
7+
]
8+
readme = "README.md"
9+
requires-python = ">=3.14"
10+
dependencies = [
11+
]
12+
13+
[tool.poetry]
14+
packages = [{include = "tcx2ics", from = "src"}]
15+
16+
17+
[build-system]
18+
requires = ["poetry-core>=2.0.0,<3.0.0"]
19+
build-backend = "poetry.core.masonry.api"

src/tcx2ics/__init__.py

Whitespace-only changes.

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)