Skip to content

Commit

Permalink
renamed "extra" from hyperlink to richtext
Browse files Browse the repository at this point in the history
also, attempt to install toot with richtext "extra"
when building on github
  • Loading branch information
danschwarz committed Nov 17, 2023
1 parent 732b9fe commit 793f3bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -e .\[richtext\]
pip install -r requirements-test.txt
- name: Run tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tomlkit>=0.10.0,<1.0"
],
extras_require={
"hyperlinks": ['urwidgets>=0.1,<0.2'],
"richtext": ['urwidgets>=0.1,<0.2'],
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 793f3bb

Please sign in to comment.