aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Use as the url of the project the gitlab one.0.10.0Matěj Cepl2014-12-281-1/+1
|
* Make python 2.7 default again and clean up.0.9.0Matěj Cepl2014-12-121-25/+4
| | | | | | Switch setup.py to use setuptools. Fixes #1, fixes #2
* Make README.rst less Debian-centric.Matěj Cepl2014-02-131-1/+2
|
* Fix setup.py.RunTests.run() to return proper exit code.Matěj Cepl2014-02-131-1/+3
| | | | | | | | | The previous situation didn't fail on Travis-CI. But this does, so I had to include also a number of fixes for revealed issues. Fixing #314, #315, #316, and #317
* Make whole script comaptible with python 2.6Matěj Cepl2014-01-111-1/+4
| | | | | | | | How low we fell :( Also: * On Python 2.6 we have to send bytes to proc.communicate() not unicode str (Fixes #288)
* scrapper -> scraper0.5Matěj Cepl2014-01-111-5/+5
| | | | | | | | | | Woops! scrapper: a fighter or aggressive competitor, especially one always ready or eager for a fight, argument, or contest: the best lightweight scrapper in boxing; a rugged political scrapper. That's not what I meant.
* Bump the release to 0.40.4Matěj Cepl2014-01-041-0/+1
|
* Make at least unittests running with Python 2.7Matěj Cepl2014-01-041-1/+4
| | | | | Add support for Travis-CI Fixes #283
* Fix setup.pyMatěj Cepl2014-01-031-1/+3
|
* Create setup.py and add GPLv3 license.Matěj Cepl2014-01-031-0/+52
Fixes #282