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 /setup.py | |
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
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ setup( packages=find_packages(), scripts=['scripts/lesana'], package_data={ - '': ['*.yaml'] + '': ['*.yaml', 'post-checkout'] }, test_suite='tests', install_requires=[ |