Skip to content

Commit 9a717cc

Browse files
committed
update version and add package metadata in pyproject.toml
1 parent 11def31 commit 9a717cc

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[project]
2+
authors = [
3+
{name = "Davide Rosa", email = "dddomodossola@gmail.com"},
4+
]
25
dependencies = [
36
"lxml>=6.0.2",
47
"setuptools<81",
58
]
69
description = "Add your description here"
7-
dynamic = ["version", "license", "authors", "keywords"]
10+
keywords = ["gui-library", "remi", "platform-independent", "ui", "gui"]
11+
license = {file = "LICENSE"}
812
name = "remi"
913
readme = "README.md"
1014
requires-python = ">=3.8,<3.13"
15+
version = "2025.11.29"
1116

1217
[project.scripts]
1318
xml2remi = "xml2remi.__main__:main"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
except:
2929
del params["setup_requires"]
3030
params["use_scm_version"] = False
31-
params["version"] = "2022.7.27"
31+
params["version"] = "2025.11.29"
3232
setup(**params)

0 commit comments

Comments
 (0)