Commit 04dfb9de authored by sumpfralle's avatar sumpfralle

reverted the previous accidental commit


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@613 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent a8b2a4c1
...@@ -76,11 +76,15 @@ Basically you will need Python, GTK and OpenGL. ...@@ -76,11 +76,15 @@ Basically you will need Python, GTK and OpenGL.
"pycam.Toolpath", "pycam.Toolpath",
"pycam.Physics", "pycam.Physics",
], ],
scripts = ['pycam'], scripts = ['pycam', 'pycam_win32_postinstall.py'],
data_files=[("share/pycam/doc",[ data_files=[("share/pycam/doc",[
"COPYING.TXT",
"technical_details.txt", "technical_details.txt",
"INSTALL.TXT",
"LICENSE.TXT",
"README.TXT", "README.TXT",
"Changelog"]), "Changelog",
"release_info.txt"]),
("share/pycam/ui", [ ("share/pycam/ui", [
os.path.join("share", "gtk-interface", "pycam-project.ui"), os.path.join("share", "gtk-interface", "pycam-project.ui"),
os.path.join("share", "gtk-interface", "menubar.xml"), os.path.join("share", "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