aboutsummaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* rumba: Update to version 0.3Sander Vrijders2017-04-281-1/+1
|
* setup.py: add #! headerVincenzo Maffione2017-04-211-0/+2
|
* rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-211-11/+11
| | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* build: Fix setup.pySander Vrijders2017-04-201-1/+1
| | | | setup.py was trying to read README, which was renamed to README.md
* testbeds: jfed: Download jFed CLI if not foundSander Vrijders2017-04-141-1/+1
| | | | | If the jFed CLI was not found, then Rumba will download it in the current directory.
* rumba: Rename package to rumbaSander Vrijders2017-02-091-4/+4
| | | | | This renames the package to rumba, since rhumba was already taken on the PyPi.
* rhumba: Create Python packageSander Vrijders2017-02-091-0/+22
This transforms the repository into a real Python package.