diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-31 15:57:59 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-12-31 15:58:05 +0100 |
commit | 027152546d60ca6843fd754edf6bccbbb8af68cc (patch) | |
tree | 6df405536763066244647c9f7711cf4f42d9fe4b | |
parent | ce5677aa571235e0a8c4f936e57a919abd76b904 (diff) |
Included the post-checkout script in the released package.
Thanks to fabrixxm for noticing this.
https://lists.sr.ht/~valhalla/lesana-devel/%3C20211230112228.74767-1-fabrixxm%40kirgroup.net%3E
-rw-r--r-- | CHANGELOG.rst | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21d828e..c8ffe98 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ Unreleased ========== +Bugfix release + +* included the post-checkout script in the released package. + 0.9.0 ===== @@ -13,7 +13,7 @@ setup( packages=find_packages(), scripts=['scripts/lesana'], package_data={ - '': ['*.yaml'] + '': ['*.yaml', 'post-checkout'] }, test_suite='tests', install_requires=[ |