Commit Graph

9 Commits (master)

Author SHA1 Message Date
Guillaume Seguin 9dec54886b Remove gcoder.py from setup.py 2013-05-16 15:05:52 +02:00
Miro Hrončok 41889d62ed Added missing files to setup.py
If I install Printrun via setup.py, I don't have gcoder.py and I cannot even
use pronterface.py:

Traceback (most recent call last):
  File "/bin/pronterface.py", line 46, in <module>
    import pronsole
  File "/usr/bin/pronsole.py", line 23, in <module>
    from gcoder import GCode

So I've added this to setup.py.

Also, pronsole.ico is missing, added that to (not needed at runtime, but is
usefull for desktop files)
2012-11-24 15:53:03 +01:00
Guillaume Seguin 6f446e3726 More automated cleanup 2012-08-08 09:58:09 +02:00
Guillaume Seguin 8cc134955f Run reindent.py on the whole repository 2012-08-08 08:39:50 +02:00
Guillaume Seguin f008ba2316 Move printcore back to root folder and install it in setup.py 2012-08-04 10:42:42 +02:00
Guillaume Seguin cc60367a83 New commandline paramters : -w/--web to request web interface
Also install webinterface deps and fix bug in configfile()
2012-07-31 12:00:05 +02:00
Guillaume Seguin 64fca26032 Add copyright header to setup.py 2012-07-31 11:05:27 +02:00
Guillaume Seguin fc2d009c3c Install svg module as printrun.svg 2012-07-31 11:04:13 +02:00
Guillaume Seguin 888143be42 Initial work towards a setup.py build system 2012-07-31 10:51:17 +02:00