Skip to content

Commit 9a31dbc

Browse files
committed
update project description
1 parent 3333b43 commit 9a31dbc

File tree

3 files changed

+255
-237
lines changed

3 files changed

+255
-237
lines changed

custom_components/reflex_github_button/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .github_button import LiteralButtonType, github_button
22

3-
__version__ = "0.1.4"
3+
__version__ = "0.1.5"
44

55
__all__ = [
66
"LiteralButtonType",

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ path = "custom_components/reflex_github_button/__init__.py"
1616

1717
[project]
1818
name = "reflex-github-button"
19-
description = "Reflex custom component github-button"
19+
description = "Reflex custom component wrapping react-github-btn"
2020
readme = "README.md"
2121
license = { text = "Apache-2.0" }
2222
requires-python = ">=3.10"
23-
authors = [{ name = "", email = "YOUREMAIL@domain.com" }]
23+
authors = [{ name = "Tim Child", email = "timjchild@gmail.com" }]
2424
keywords = ["reflex","reflex-custom-components"]
2525
dynamic = ["version"]
2626

27-
dependencies = ["reflex>=0.7.5"]
27+
dependencies = ["reflex==0.7.5"]
2828

2929
classifiers = [
3030
"Development Status :: 4 - Beta",
@@ -60,4 +60,5 @@ dev = [
6060
"pytest-playwright>=0.7.0",
6161
"pytest-pretty>=1.2.0",
6262
"ruff>=0.9.10",
63+
"uvicorn>=0.34.2",
6364
]

0 commit comments

Comments
 (0)