Add Django requirement to setup.py

This commit is contained in:
Jan-Jelle Kester 2014-07-08 17:34:24 +02:00
parent 4606f614a8
commit 71c42d778b

View file

@ -9,5 +9,8 @@ setup(
license='MIT',
author='Jan-Jelle Kester',
author_email='janjelle@jjkester.nl',
description='Audit log app for Django'
description='Audit log app for Django',
install_requires=[
'Django>=1.5'
]
)