From a5d486629d49bc0624fe512812233792f753afef Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 17:58:02 +0300 Subject: Install cachedirlib in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7bfa97c..2fcf32f 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ setup(name='cachedir', author_email='liw@liw.fi', url='http://liw.fi/cachedir/', scripts=['cachedir'], + packages=['cachedirlib'], data_files=[('share/man/man1', glob.glob('*.1'))], cmdclass={ 'build': GenerateManpage, -- cgit v1.2.1