summaryrefslogtreecommitdiff
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
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
-rw-r--r--CHANGELOG.rst4
-rw-r--r--setup.py2
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
=====
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=[