Skip to content

Commit

Permalink
Merge pull request #14 from slashmili/jdate-1.5
Browse files Browse the repository at this point in the history
jdate 1.5 support up to python 3.4
  • Loading branch information
slashmili committed May 30, 2015
2 parents be6963a + 3793edf commit 5db359c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
keywords = "django jalali",
license='Python Software Foundation License',
platforms='any',
install_requires = ["jdatetime","django"],
install_requires = ["jdatetime>=1.5","django"],
long_description=open('README').read()
)

0 comments on commit 5db359c

Please sign in to comment.