aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMax Peterson <max@incuna.com>2011-09-06 12:03:02 +0100
committerMax Peterson <max@incuna.com>2011-09-06 12:03:02 +0100
commit32730858fd15fffdfa8eca9a8572171b84f8a6d8 (patch)
tree3635a0c02e1c95a9ab3f0a538d728caf2075edd0 /setup.py
parent063d36a38a18cba405dfaca99843b289f75d907d (diff)
downloaddjango-wkhtmltopdf-32730858fd15fffdfa8eca9a8572171b84f8a6d8.tar.gz
django-wkhtmltopdf-32730858fd15fffdfa8eca9a8572171b84f8a6d8.tar.bz2
django-wkhtmltopdf-32730858fd15fffdfa8eca9a8572171b84f8a6d8.zip
Bumped version to 0.1.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0300ef7..c7dcb7f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,6 @@
from setuptools import setup, find_packages
+from wkhtmltopdf import get_version
setup(
name = "django-wkhtmltopdf",
packages = find_packages(),