From 19725464ad9a687f8f5f6d0116bde662cd8dcf01 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 20 Jun 2013 22:01:55 +0100 Subject: Install the damn yarnlib as well I should _really_ not have tried a manual install. Leaves dropping everywhere when you try to remove. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a3bc7a1..37c3f2b 100644 --- a/setup.py +++ b/setup.py @@ -97,7 +97,7 @@ setup(name='cmdtest', author_email='liw@liw.fi', url='http://liw.fi/cmdtest/', scripts=['cmdtest', 'yarn'], - py_modules=['cmdtestlib'], + py_modules=['cmdtestlib', 'yarnlib'], data_files=[('share/man/man1', glob.glob('*.1'))], cmdclass={ 'build': GenerateManpage, -- cgit v1.2.1