From 027152546d60ca6843fd754edf6bccbbb8af68cc Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 31 Dec 2021 15:57:59 +0100 Subject: 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index abda1b7..2545196 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( packages=find_packages(), scripts=['scripts/lesana'], package_data={ - '': ['*.yaml'] + '': ['*.yaml', 'post-checkout'] }, test_suite='tests', install_requires=[ -- cgit v1.2.3