Skip to content

Commit 2d1f28d

Browse files
committed
docs: add pypi classifiers
1 parent 7fa029a commit 2d1f28d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ def package_data(pkg, root_list):
115115
description='XBlock - Drag-and-Drop v2',
116116
long_description=README + '\n\n' + CHANGELOG,
117117
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+
],
118125
url='https://github.com/openedx/xblock-drag-and-drop-v2',
119126
install_requires=load_requirements('requirements/base.in'),
120127
entry_points={

0 commit comments

Comments
 (0)