aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMax Peterson <max@incuna.com>2011-09-06 12:14:15 +0100
committerMax Peterson <max@incuna.com>2011-09-06 12:14:15 +0100
commitbc15826cec83f85a49c3c9c312184960b8a19a95 (patch)
tree4494d22234bddc387bd124a26a5d78bf4a72f34b /setup.py
parent6242279eaa01346a73efcb6d30394108089c1e8d (diff)
downloaddjango-wkhtmltopdf-bc15826cec83f85a49c3c9c312184960b8a19a95.tar.gz
django-wkhtmltopdf-bc15826cec83f85a49c3c9c312184960b8a19a95.tar.bz2
django-wkhtmltopdf-bc15826cec83f85a49c3c9c312184960b8a19a95.zip
Fixed setup.py to use get_version
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c7dcb7f..082d042 100644
--- a/setup.py
+++ b/setup.py
@@ -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",