mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Add Django requirement to setup.py
This commit is contained in:
parent
4606f614a8
commit
71c42d778b
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
|
@ -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'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue