Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmay authored Jan 14, 2019
1 parent 0ba58ed commit aa96008
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup

version = "0.2.1"
version = "0.2.3"

if sys.argv[-1] == "publish":
os.system("python setup.py sdist bdist_wheel upload")
Expand All @@ -35,8 +35,7 @@
],
include_package_data=True,
install_requires=[
"django>=1.8",
"WeasyPrint>=0.34"
"WeasyPrint>=44"
],
zip_safe=False,
keywords="django-easy-pdf",
Expand Down

0 comments on commit aa96008

Please sign in to comment.