diff options
| author | Loek Le Blansch <loek.le-blansch.pv@renesas.com> | 2026-01-06 07:50:30 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek.le-blansch.pv@renesas.com> | 2026-01-06 08:12:00 +0100 |
| commit | 6f50423eaae06421aa6e9bd1976491f29b1466e3 (patch) | |
| tree | 4a4cca45db5bf31c01fab0e26e0ab2c0d6f79c98 /pyproject.toml | |
| parent | bbe15d0a21e04c59527ab5453d8bb49c952e4a30 (diff) | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 53cd20e..7a3914b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "patchtree" description = "generate clean patches for external source trees" -version = "0.1.1" +version = "1.0.0" authors = [ { name="Loek Le Blansch", email="loek.le-blansch.pv@renesas.com" }, ] @@ -15,10 +15,11 @@ license = "MIT" license-files = ["license"] dependencies = [ "jinja2", + "PyYAML", ] [project.urls] -Homepage = "https://bitbucket.global.renesas.com/users/loek.le-blansch.pv_renesas.com/repos/patchtree" +Homepage = "https://github.com/renesas/patchtree" [project.scripts] patchtree = "patchtree.cli:main" |