Added missing classifiers to the `setup.py`
I have added extra topics:
```
+ 'Topic :: Software Development :: Libraries :: Python Modules',
+ 'Topic :: Internet :: WWW/HTTP',
+ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
```
Added information about framework:
```
'Framework :: Django',
'Framework :: Django :: 1.6',
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
```
And `python` versions:
```
'Programming Language :: Python :: 2.7',
...
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: PyPy',
```
I have also sorted the classifiers alphabetically.
Showing
Please
register
or
sign in
to comment