summaryrefslogtreecommitdiff
path: root/demoapp/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Update pyparsing dependency to 2.0.1Doug Hellmann2013-09-231-1/+1
* remove use of distribute in demo appDoug Hellmann2013-08-121-13/+4
* Fix default encoding issue with python 2.6Doug Hellmann2013-08-121-0/+1
* declare a couple of commands that use builtin command names but use multiple ...Doug Hellmann2012-05-141-0/+2
* simplify packaging file for demo appDoug Hellmann2012-04-281-101/+0
* add ShowOne base class for commands that need to show properties of an indivi...Doug Hellmann2012-04-271-0/+1
* remove example that I was using as a syntax reminderDoug Hellmann2012-04-251-4/+0
* Added download url to both setup.py files and updated the demo setup.py withDuncan McGreggor2012-04-231-1/+2
* start creating a subclass of command for producing a list of output in differ...Doug Hellmann2012-04-221-0/+1
* add some error handling to AppDoug Hellmann2012-04-221-0/+1
* Sample program with command pluginsDoug Hellmann2012-04-201-0/+174