From 8692eb60d4946d559c35af58c9ae4a46f71ade9d Mon Sep 17 00:00:00 2001 From: vidon Date: Sun, 2 Oct 2005 21:07:13 +0000 Subject: Mis en forme --- Python/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Python/setup.py') diff --git a/Python/setup.py b/Python/setup.py index 1c2498c..beb19d4 100644 --- a/Python/setup.py +++ b/Python/setup.py @@ -11,7 +11,8 @@ setup(name="python-zinc", py_modules=[], package_dir = {"Zinc" : "library"}, packages = ["Zinc",], - data_files=[('share/doc/zinc-python/demos/Graphics',['demos/testGraphics.py','demos/paper.gif'])]) + data_files=[('share/doc/zinc-python/demos/Graphics', + ['demos/testGraphics.py','demos/paper.gif'])]) #Local Variables: -- cgit v1.1