aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Tweak classifiersMatt Lenc2014-06-181-3/+3
|
* Update setup.pyMatt Lenc2014-06-181-3/+17
|
* Correct home URLJames Turnbull2012-08-311-1/+1
| | | Link to Github so you can find it from Pypi
* Move testproject to wkhtmltopdf._testproject.Simon Law2012-07-241-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.3George Hickman2012-05-211-14/+9
| | | | | | | * Tidy up the setup.py. * Remove the old `fread` method. * Make `__version__` a string. * Move `__author__` into __init__.py
* Make the docs restGeorge Hickman2012-03-201-1/+9
|
* Fixed setup.py to use get_versionMax Peterson2011-09-061-1/+1
|
* Bumped version to 0.1.1Max Peterson2011-09-061-0/+1
|
* Converted setup.py to setuptools, added MANIFEST.inv0.1Marc Tamlyn2011-07-271-3/+4
|
* Added as newMax Peterson2011-07-081-0/+12