Skip to content

Commit 11def31

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 13512f9 commit 11def31

2 files changed

Lines changed: 95 additions & 58 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ dependencies = [
44
"setuptools<81",
55
]
66
description = "Add your description here"
7+
dynamic = ["version", "license", "authors", "keywords"]
78
name = "remi"
89
readme = "README.md"
9-
requires-python = ">=3.12"
10-
version = "0.1.0"
10+
requires-python = ">=3.8,<3.13"
1111

1212
[project.scripts]
1313
xml2remi = "xml2remi.__main__:main"
14+
15+
[build-system]
16+
build-backend = "setuptools.build_meta"
17+
requires = ["setuptools", "wheel"]

0 commit comments

Comments
 (0)