mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
adjust setup
This commit is contained in:
parent
5d73431e0d
commit
e04ef1d9ba
1 changed files with 5 additions and 9 deletions
14
setup.py
14
setup.py
|
|
@ -33,7 +33,7 @@ setup(
|
|||
maintainer='JazzBand',
|
||||
url='https://github.com/jazzband/django-model-utils/',
|
||||
packages=find_packages(exclude=['tests*']),
|
||||
install_requires=['Django>=1.8'],
|
||||
install_requires=['Django>=1.11'],
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
|
|
@ -43,19 +43,15 @@ setup(
|
|||
'Programming Language :: Python',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Framework :: Django',
|
||||
'Framework :: Django :: 1.8',
|
||||
'Framework :: Django :: 1.9',
|
||||
'Framework :: Django :: 1.10',
|
||||
'Framework :: Django :: 2.1',
|
||||
'Framework :: Django :: 1.11',
|
||||
'Framework :: Django :: 2.0',
|
||||
'Framework :: Django :: 2.2',
|
||||
],
|
||||
zip_safe=False,
|
||||
tests_require=['Django>=1.8'],
|
||||
tests_require=['Django>=1.1.11'],
|
||||
package_data={
|
||||
'model_utils': [
|
||||
'locale/*/LC_MESSAGES/django.po', 'locale/*/LC_MESSAGES/django.mo'
|
||||
|
|
|
|||
Loading…
Reference in a new issue