Skip to content

Commit

Permalink
Added supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akaariai committed Sep 4, 2015
1 parent 85b6704 commit fbf929c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -24,7 +24,12 @@ def read(fname):
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
],
packages=find_packages(exclude=['tests']),
install_requires=['django'],
Expand Down

0 comments on commit fbf929c

Please sign in to comment.