Commit 7de064b0 authored by sumpfralle's avatar sumpfralle

added the link the list of requirements to the windows installer

added the logo to the windows installer


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@305 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 2d77016c
[bdist_wininst] [bdist_wininst]
install_script=pycam_win32_postinstall.py install_script = pycam_win32_postinstall.py
bitmap = pycam/Gui/gtk-interface/logo_gui_vertical.bmp
[bdist_rpm] [bdist_rpm]
packager = Lars Kruse <devel@sumpfralle.de> packager = Lars Kruse <devel@sumpfralle.de>
......
...@@ -7,7 +7,7 @@ import os.path ...@@ -7,7 +7,7 @@ import os.path
setup( setup(
name="pycam", name="pycam",
version="0.2.3", version="0.2.4",
license="GPL v3", license="GPL v3",
description="Open Source CAM - Toolpath Generation for 3-Axis CNC machining", description="Open Source CAM - Toolpath Generation for 3-Axis CNC machining",
author="Lode Leroy", author="Lode Leroy",
...@@ -17,6 +17,10 @@ setup( ...@@ -17,6 +17,10 @@ setup(
url="http://sourceforge.net/projects/pycam", url="http://sourceforge.net/projects/pycam",
download_url="http://sourceforge.net/projects/pycam/files/pycam/0.2.2/pycam-0.2.2.tgz/download", download_url="http://sourceforge.net/projects/pycam/files/pycam/0.2.2/pycam-0.2.2.tgz/download",
keywords=["3-axis", "cnc", "cam", "toolpath", "machining", "g-code"], keywords=["3-axis", "cnc", "cam", "toolpath", "machining", "g-code"],
long_description="""IMPORTANT NOTE: Please read the list of requirements:
http://sourceforge.net/apps/mediawiki/pycam/index.php?title=Requirements
Basically you will need Python, GTK and OpenGL.
""",
# full list of classifiers at: # full list of classifiers at:
# http://pypi.python.org/pypi?:action=list_classifiers # http://pypi.python.org/pypi?:action=list_classifiers
classifiers=[ classifiers=[
......
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