Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct home URL | James Turnbull | 2012-08-31 | 1 | -1/+1 |
| | | | Link to Github so you can find it from Pypi | ||||
* | Move testproject to wkhtmltopdf._testproject. | Simon Law | 2012-07-24 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Avoid polluting the global library namespace with testproject. Instead, since wkhtmltopdf tests use it, we install it within under a "private" name. --HG-- rename : testproject/__init__.py => wkhtmltopdf/_testproject/__init__.py rename : testproject/manage.py => wkhtmltopdf/_testproject/manage.py rename : testproject/requirements.txt => wkhtmltopdf/_testproject/requirements.txt rename : testproject/settings.py => wkhtmltopdf/_testproject/settings.py rename : testproject/templates/footer.html => wkhtmltopdf/_testproject/templates/footer.html rename : testproject/templates/sample.html => wkhtmltopdf/_testproject/templates/sample.html rename : testproject/urls.py => wkhtmltopdf/_testproject/urls.py | ||||
* | Bump version to 0.3 | George Hickman | 2012-05-21 | 1 | -14/+9 |
| | | | | | | | * Tidy up the setup.py. * Remove the old `fread` method. * Make `__version__` a string. * Move `__author__` into __init__.py | ||||
* | Make the docs rest | George Hickman | 2012-03-20 | 1 | -1/+9 |
| | |||||
* | Fixed setup.py to use get_version | Max Peterson | 2011-09-06 | 1 | -1/+1 |
| | |||||
* | Bumped version to 0.1.1 | Max Peterson | 2011-09-06 | 1 | -0/+1 |
| | |||||
* | Converted setup.py to setuptools, added MANIFEST.inv0.1 | Marc Tamlyn | 2011-07-27 | 1 | -3/+4 |
| | |||||
* | Added as new | Max Peterson | 2011-07-08 | 1 | -0/+12 |