File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,19 @@ def get_package_data(package):
92
92
'Development Status :: 5 - Production/Stable' ,
93
93
'Environment :: Web Environment' ,
94
94
'Framework :: Django' ,
95
+ 'Framework :: Django :: 1.8' ,
96
+ 'Framework :: Django :: 1.9' ,
97
+ 'Framework :: Django :: 1.10' ,
95
98
'Intended Audience :: Developers' ,
96
99
'License :: OSI Approved :: BSD License' ,
97
100
'Operating System :: OS Independent' ,
98
101
'Programming Language :: Python' ,
102
+ 'Programming Language :: Python :: 2' ,
103
+ 'Programming Language :: Python :: 2.7' ,
99
104
'Programming Language :: Python :: 3' ,
105
+ 'Programming Language :: Python :: 3.3' ,
106
+ 'Programming Language :: Python :: 3.4' ,
107
+ 'Programming Language :: Python :: 3.5' ,
100
108
'Topic :: Internet :: WWW/HTTP' ,
101
109
]
102
110
)
You can’t perform that action at this time.
0 commit comments