summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-31 15:57:59 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-31 15:58:05 +0100
commit027152546d60ca6843fd754edf6bccbbb8af68cc (patch)
tree6df405536763066244647c9f7711cf4f42d9fe4b /setup.py
parentce5677aa571235e0a8c4f936e57a919abd76b904 (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.py2
1 files changed, 1 insertions, 1 deletions
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=[