Skip to content

Commit 49ff4a7

Browse files
committed
update classifiers and urls
1 parent ffc3438 commit 49ff4a7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,22 @@ keywords = ["reflex","reflex-custom-components"]
1414

1515
dependencies = ["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]
2235
dev = ["build", "twine"]

0 commit comments

Comments
 (0)