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 7fa029a commit 2d1f28dCopy full SHA for 2d1f28d
setup.py
@@ -115,6 +115,13 @@ def package_data(pkg, root_list):
115
description='XBlock - Drag-and-Drop v2',
116
long_description=README + '\n\n' + CHANGELOG,
117
long_description_content_type='text/markdown',
118
+ classifiers=[
119
+ 'Programming Language :: Python',
120
+ 'Programming Language :: Python :: 3.8',
121
+ 'Framework :: Django',
122
+ 'Framework :: Django :: 3.2',
123
+ 'Framework :: Django :: 4.2',
124
+ ],
125
url='https://github.com/openedx/xblock-drag-and-drop-v2',
126
install_requires=load_requirements('requirements/base.in'),
127
entry_points={
0 commit comments