From 5422390deb15d5c3bab74f15e7393b6a9fb5ad67 Mon Sep 17 00:00:00 2001 From: pi-rho Date: Thu, 9 Aug 2012 22:27:56 -0500 Subject: [PATCH] a few tweaks to include docs for distutils sdist --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5863ddf..a06d522 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,8 @@ setup( ], packages=['netarch'], data_files=[ - ('share/netarch/examples', ['extra/start-here.py']), + ('share/doc/netarch', ['COPYING', 'CREDITS', 'README']), + ('share/doc/netarch/examples', ['extra/start-here.py']), + ('share/man/man3', ['doc/netarch.3']), ] )