Skip to content

Commit

Permalink
setup.py: add Django trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Apr 10, 2015
1 parent 07e1ff9 commit 4088d60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ def find_version(*parts):
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Framework :: Django',
'Framework :: Django :: 1.4',
'Framework :: Django :: 1.5',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Topic :: Software Development :: Libraries :: Python Modules',
]
)

0 comments on commit 4088d60

Please sign in to comment.