Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
[INCR-101] Add trove classifiers to xblock-utils (#58)
Browse files Browse the repository at this point in the history
* [INCR-101] Add trove classifiers to xblock-utils
  • Loading branch information
cclauss authored and jmbowman committed Feb 28, 2019
1 parent 748d594 commit c5912dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,15 @@ def is_requirement(line):
install_requires=load_requirements('requirements/base.in'),
package_data=package_data("xblockutils", ["public", "templates", "templatetags"]),
url='https://github.com/edx/xblock-utils',
classifiers=[
'Framework :: Django :: 1.11',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
],

)

0 comments on commit c5912dd

Please sign in to comment.