From 3f1a9309233266e22eb6f94df3a17e3fe14d14e5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 8 Apr 2017 19:44:05 +0100 Subject: [PATCH] packaging: install more stuff Signed-off-by: Ian Jackson --- .gitignore | 1 + debian/control | 2 +- debian/hippotat.install | 2 ++ setup.py | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 debian/hippotat.install diff --git a/.gitignore b/.gitignore index 4f7644d..f5dd26c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ tmp srcbomb.tar.gz srcpkgsbomb.tar +build .pybuild hippotat.egg-info diff --git a/debian/control b/debian/control index c61aa93..8a91c22 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: hippotat -Build-Depends: dh-python, python3 +Build-Depends: debhelper (>= 9), dh-python, python3 Maintainer: Ian Jackson Package: hippotat diff --git a/debian/hippotat.install b/debian/hippotat.install new file mode 100644 index 0000000..d97ade3 --- /dev/null +++ b/debian/hippotat.install @@ -0,0 +1,2 @@ +README.config PROTOCOL CONTRIBUTING /usr/share/doc/hippotat +simple.cfg sgo-demo.cfg test.cfg /usr/share/doc/hippotat/examples diff --git a/setup.py b/setup.py index 3370b32..5b61905 100755 --- a/setup.py +++ b/setup.py @@ -29,5 +29,6 @@ def find_requires(): setup( name="hippotat", packages=find_packages(), - install_requires=find_requires() + install_requires=find_requires(), + scripts=scripts ) -- 2.30.2