22requires = [" setuptools" , " wheel" ]
33build-backend = " setuptools.build_meta"
44
5+ [project .optional-dependencies ]
6+ dev = [" build" , " twine" ]
7+
8+ [tool .setuptools .packages .find ]
9+ where = [" custom_components" ]
10+
11+ [tool .setuptools .dynamic ]
12+ version = { attr = " reflex_github_button.__version__" }
13+
14+ [tool .hatch .version ]
15+ path = " custom_components/reflex_github_button/__init__.py"
16+
517[project ]
618name = " reflex-github-button"
7- version = " 0.0.1"
819description = " Reflex custom component github-button"
920readme = " README.md"
1021license = { text = " Apache-2.0" }
1122requires-python = " >=3.10"
1223authors = [{
name =
" " ,
email =
" [email protected] " }]
1324keywords = [" reflex" ," reflex-custom-components" ]
25+ dynamic = [" version" ]
1426
1527dependencies = [" reflex>=0.7.5" ]
1628
@@ -26,16 +38,10 @@ classifiers = [
2638]
2739
2840[project .urls ]
29- # documentation = "https://timchild.github.io/reflex-github-buttons/about/"
30- repository = " https://github.com/TimChild/reflex-github-buttons"
31- issues = " https://github.com/TimChild/reflex-github-buttons/issues"
32- homepage = " https://reflex-github-buttons-demo.adventuresoftim.com"
33-
34- [project .optional-dependencies ]
35- dev = [" build" , " twine" ]
36-
37- [tool .setuptools .packages .find ]
38- where = [" custom_components" ]
41+ # documentation = "https://timchild.github.io/reflex-github-button/about/"
42+ repository = " https://github.com/TimChild/reflex-github-button"
43+ issues = " https://github.com/TimChild/reflex-github-button/issues"
44+ homepage = " https://reflex-github-button-demo.adventuresoftim.com"
3945
4046[tool .pyright ]
4147venvPath = " ."
0 commit comments