File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,22 @@ keywords = ["reflex","reflex-custom-components"]
1414
1515dependencies = [" reflex>=0.7.5" ]
1616
17- classifiers = [" Development Status :: 4 - Beta" ]
17+ classifiers = [
18+ " Development Status :: 4 - Beta" ,
19+ " Typing :: Typed" ,
20+ " Programming Language :: Python :: 3.10" ,
21+ " Programming Language :: Python :: 3.11" ,
22+ " Programming Language :: Python :: 3.12" ,
23+ " Programming Language :: Python :: 3.13" ,
24+ " License :: OSI Approved :: Apache Software License" ,
25+ # "Framework :: Reflex", # Should be added once this is accepted
26+ ]
1827
1928[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"
2033
2134[project .optional-dependencies ]
2235dev = [" build" , " twine" ]
You can’t perform that action at this time.
0 commit comments