mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Add minimum required Django version to setup
This commit is contained in:
parent
f18a180d0e
commit
f08f0651d2
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -15,6 +15,7 @@ setup(
|
|||
author_email='carl@oddbird.net',
|
||||
url='https://github.com/carljm/django-model-utils/',
|
||||
packages=find_packages(),
|
||||
install_requires=['django>=1.4.2'],
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
|
|
|
|||
Loading…
Reference in a new issue