Skip to content

Commit 6d8d8c9

Browse files
committed
Add back project_urls; update outdated shiny website links
1 parent 21dcfb8 commit 6d8d8c9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ shinywidgets
22
================
33

44
Render [ipywidgets](https://ipywidgets.readthedocs.io/en/stable/) inside a
5-
[Shiny](https://pyshiny.netlify.app/) app.
5+
[Shiny](https://shiny.rstudio.com/py) app.
66

77
## Installation
88

@@ -213,7 +213,7 @@ run entirely in the browser). [py-shinylive](https://github.com/rstudio/py-shiny
213213

214214
In some cases, the package(s) that you want to use may not come pre-bundled with
215215
`{shinywidgets}`; and in that case, you can [include a `requirements.txt`
216-
file](https://pyshiny.netlify.app/examples/#extra-packages) to pre-install those other
216+
file](https://shinylive.io/py/examples/#extra-packages) to pre-install those other
217217
packages
218218

219219
## Troubleshooting

setup.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ classifiers =
1919
Programming Language :: Python :: 3.8
2020
Programming Language :: Python :: 3.9
2121
Programming Language :: Python :: 3.10
22-
22+
project_urls =
23+
Bug Tracker = https://github.com/rstudio/py-shinywidgets/issues
24+
Documentation = https://github.com/rstudio/py-shinywidgets/
25+
Source Code = https://github.com/rstudio/py-shinywidgets/
2326

2427
[options]
2528
python_requires = >=3.7

0 commit comments

Comments
 (0)