Skip to content

Commit ac9d9d7

Browse files
committed
setup: change description (was that of sphinx-copybutton)
- The description metadata in setup.py is wrong, it seems to have not been changed from sphinx-copybutton. - Noticed when searching on PyPI
1 parent 8722cbc commit ac9d9d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
setup(
1717
name="sphinx-thebe",
1818
version=version,
19-
description="Add a copy button to each of your code cells.",
19+
description="Integrate interactive code blocks into your documentation with Thebelab and Binder.",
2020
long_description=readme_text,
2121
long_description_content_type="text/markdown",
2222
author="Executable Book Project",

0 commit comments

Comments
 (0)