File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ > [ !WARNING]
2+ > Problem Builder is no longer being developed by OpenCraft.
3+ > It will be supported with compatibility and security fixes
4+ > till the Teak release after which this repository will be
5+ > stop receiving further updates and be archived.
6+ > A simplified XBlock with some of the key features of this
7+ > block is being investigated at OpenCraft.
8+
9+
110## Problem Builder and Step Builder
211
312[ ![ Circle CI] ( https://circleci.com/gh/open-craft/problem-builder.svg?style=svg )] ( https://circleci.com/gh/open-craft/problem-builder )
Original file line number Diff line number Diff line change 1- __version__ = "5.2.0 "
1+ __version__ = "5.2.1 "
Original file line number Diff line number Diff line change @@ -167,7 +167,13 @@ def package_data(pkg, roots):
167167setup (
168168 name = 'xblock-problem-builder' ,
169169 version = VERSION ,
170- description = 'XBlock - Problem Builder' ,
170+ description = 'XBlock - Problem Builder [deprecated]' ,
171+ classifiers = [
172+ "Development Status :: 7 - Inactive" ,
173+ "Programming Language :: Python :: 3" ,
174+ "Programming Language :: Python :: 3.11" ,
175+ "Programming Language :: Python :: 3.12" ,
176+ ],
171177 long_description = README ,
172178 long_description_content_type = 'text/markdown' ,
173179 author = 'OpenCraft' ,
You can’t perform that action at this time.
0 commit comments