Skip to content

Commit

Permalink
Updates Django Framework versions to setup file
Browse files Browse the repository at this point in the history
Adds missing Django framework versions to reflect current project support.
  • Loading branch information
avelis authored Oct 23, 2018
1 parent d2428a2 commit cc55f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def get_package_data(package):
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand Down

0 comments on commit cc55f9d

Please sign in to comment.