File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,19 @@ def get_version(*file_paths):
61
61
zip_safe = False ,
62
62
keywords = 'django_private_chat2' ,
63
63
classifiers = [
64
- 'Development Status :: 3 - Alpha ' ,
64
+ 'Development Status :: 4 - Beta ' ,
65
65
'Framework :: Django :: 3.0' ,
66
66
'Framework :: Django :: 3.1' ,
67
67
'Framework :: Django :: 3.2' ,
68
+ 'Framework :: Django :: 4.0' ,
68
69
'Intended Audience :: Developers' ,
69
- 'License :: OSI Approved :: BSD License' ,
70
+ 'License :: OSI Approved :: MIT License' ,
70
71
'Natural Language :: English' ,
71
72
'Programming Language :: Python :: 3' ,
72
73
'Programming Language :: Python :: 3.6' ,
73
74
'Programming Language :: Python :: 3.7' ,
74
75
'Programming Language :: Python :: 3.8' ,
75
76
'Programming Language :: Python :: 3.9' ,
77
+ 'Programming Language :: Python :: 3.10' ,
76
78
],
77
79
)
You can’t perform that action at this time.
0 commit comments