Skip to content

Commit b761902

Browse files
committed
Fix setup.py
1 parent 452f60a commit b761902

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,19 @@ def get_version(*file_paths):
6161
zip_safe=False,
6262
keywords='django_private_chat2',
6363
classifiers=[
64-
'Development Status :: 3 - Alpha',
64+
'Development Status :: 4 - Beta',
6565
'Framework :: Django :: 3.0',
6666
'Framework :: Django :: 3.1',
6767
'Framework :: Django :: 3.2',
68+
'Framework :: Django :: 4.0',
6869
'Intended Audience :: Developers',
69-
'License :: OSI Approved :: BSD License',
70+
'License :: OSI Approved :: MIT License',
7071
'Natural Language :: English',
7172
'Programming Language :: Python :: 3',
7273
'Programming Language :: Python :: 3.6',
7374
'Programming Language :: Python :: 3.7',
7475
'Programming Language :: Python :: 3.8',
7576
'Programming Language :: Python :: 3.9',
77+
'Programming Language :: Python :: 3.10',
7678
],
7779
)

0 commit comments

Comments
 (0)