diff options
author | Max Peterson <max@incuna.com> | 2011-09-06 12:14:15 +0100 |
---|---|---|
committer | Max Peterson <max@incuna.com> | 2011-09-06 12:14:15 +0100 |
commit | bc15826cec83f85a49c3c9c312184960b8a19a95 (patch) | |
tree | 4494d22234bddc387bd124a26a5d78bf4a72f34b | |
parent | 6242279eaa01346a73efcb6d30394108089c1e8d (diff) | |
download | django-wkhtmltopdf-bc15826cec83f85a49c3c9c312184960b8a19a95.tar.gz django-wkhtmltopdf-bc15826cec83f85a49c3c9c312184960b8a19a95.tar.bz2 django-wkhtmltopdf-bc15826cec83f85a49c3c9c312184960b8a19a95.zip |
Fixed setup.py to use get_version
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ setup( packages = find_packages(), include_package_data=True, #install_requires=[], - version = "0.1", + version = get_version(), description = "Converts html to PDF using http://code.google.com/p/wkhtmltopdf/.", author = "Incuna Ltd", author_email = "admin@incuna.com", |