Skip to content

Commit f770935

Browse files
authored
Update setup.py
1 parent 8bdf8a0 commit f770935

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

setup.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,15 @@
7474
"Programming Language :: Python :: 3.8",
7575
"Programming Language :: Python :: 3.9",
7676
"Programming Language :: Python :: 3.10",
77+
"Programming Language :: Python :: Implementation :: CPython",
78+
"Programming Language :: Python :: Implementation :: PyPy",
79+
"Framework :: Django :: 1.11",
80+
"Framework :: Django :: 2.0",
81+
"Framework :: Django :: 2.1",
82+
"Framework :: Django :: 2.2",
83+
"Framework :: Django :: 3.0",
84+
"Framework :: Django :: 3.1",
85+
"Framework :: Django :: 3.2",
7786
],
7887
description="Resolve migration errors",
7988
install_requires=install_requires,

0 commit comments

Comments
 (0)