diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 17:03:42 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 17:03:42 +0100 |
commit | b615855f8ca277437dad9c332398e3803c2af41c (patch) | |
tree | a63762e97935706acbfecf7e17d84ee5a5f7eba5 | |
parent | e1daede87708f070a26b86e0aa533be276a1c9a7 (diff) | |
download | django-wkhtmltopdf-b615855f8ca277437dad9c332398e3803c2af41c.tar.gz django-wkhtmltopdf-b615855f8ca277437dad9c332398e3803c2af41c.tar.bz2 django-wkhtmltopdf-b615855f8ca277437dad9c332398e3803c2af41c.zip |
Add universal wheel distribution file
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..2a9acf1 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1 |