summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* README: Fix typoColin Walters2015-08-251-1/+1
| | | | | Reviewed-by: Simo Sorce <simo@redhat.com> Closes #8
* Enhance README and point to wikiSimo Sorce2015-08-241-1/+18
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Fix setup.py and dependenciesChristian Heimes2015-07-081-0/+4
setup.py now correctly references LICENSE instead of COPYING. README.md has been renamed to README and a symbolic link README -> README.md has been added. distutils is unable to handle a symbolic link as README. The six package is listed in requirements.txt, too. Reviewed-by: Simo Sorce <simo@redhat.com> Closes: #2