Commit 8f8c4fb0 authored by sumpfralle's avatar sumpfralle

refrain from including some of the docs

Debian handles copyright information in a standardized way, see the
debian/copyright file, which is installed into the package's doc
directory.  It is considered a bug to supply redundant copyright &
licensing information in the deb.

Also, instructions on how to install and release pycam don't belong in
the package.

This patch was contributed by Sebastian Kuzminsky - thanks!


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@265 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent b3b638d6
diff --git a/setup.py b/setup.py
index 3046304..9f66f6d 100755
--- a/setup.py
+++ b/setup.py
@@ -45,13 +45,9 @@ setup(
],
scripts = ['pycamGUI', 'pycam_win32_postinstall.py'],
data_files=[("share/doc/python-pycam",[
- "COPYING.TXT",
"HOWTO.TXT",
- "INSTALL.TXT",
- "LICENSE.TXT",
"README.TXT",
- "Changelog",
- "release_info.txt"]),
+ "Changelog"]),
("share/python-pycam/ui", [
os.path.join("pycam", "Gui", "gtk-interface", "pycam-project.ui"),
os.path.join("pycam", "Gui", "gtk-interface", "menubar.xml"),
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment