Skip to content

Commit 080923c

Browse files
committed
feat(release): Official release
BREAKING CHANGE: Just making that library official now that it vue2/3 compatible
1 parent ca21e8d commit 080923c

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

README.rst

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ trame-code
55
Widget for Monaco VS code editor for trame
66

77

8-
* Free software: MIT License
8+
License
9+
-----------------------------------------------------------
910

11+
This library is distributed under the MIT License (Same as monaco/vscode-editor)
12+
13+
14+
Development
15+
-----------------------------------------------------------
1016

11-
Installing
12-
----------
1317
Build and install the Vue components
1418

1519
.. code-block:: console
@@ -19,15 +23,8 @@ Build and install the Vue components
1923
npm run build
2024
cd -
2125
22-
Install the application
26+
Install the python library
2327

2428
.. code-block:: console
2529
2630
pip install -e .
27-
28-
29-
30-
Features
31-
--------
32-
33-
* TODO

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ long_description_content_type = text/x-rst
77
author = Kitware Inc.
88
license = MIT License
99
classifiers =
10-
Development Status :: 4 - Beta
10+
Development Status :: 5 - Production/Stable
1111
Environment :: Web Environment
1212
License :: OSI Approved :: MIT License
1313
Natural Language :: English

0 commit comments

Comments
 (0)