We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdf8a0 commit f770935Copy full SHA for f770935
setup.py
@@ -74,6 +74,15 @@
74
"Programming Language :: Python :: 3.8",
75
"Programming Language :: Python :: 3.9",
76
"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",
86
],
87
description="Resolve migration errors",
88
install_requires=install_requires,
0 commit comments