Skip to content

Commit

Permalink
docs: add pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Oct 12, 2023
1 parent 7fa029a commit 2d1f28d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ def package_data(pkg, root_list):
description='XBlock - Drag-and-Drop v2',
long_description=README + '\n\n' + CHANGELOG,
long_description_content_type='text/markdown',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3.8',
'Framework :: Django',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.2',
],
url='https://github.com/openedx/xblock-drag-and-drop-v2',
install_requires=load_requirements('requirements/base.in'),
entry_points={
Expand Down

0 comments on commit 2d1f28d

Please sign in to comment.