We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62bfd5c commit cfdb087Copy full SHA for cfdb087
1 file changed
pyproject.toml
@@ -25,6 +25,8 @@ classifiers = [
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
"Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13",
29
+ "Programming Language :: Python :: 3.14",
30
"Topic :: Internet :: WWW/HTTP",
31
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
32
]
@@ -35,7 +37,7 @@ dependencies = [
35
37
"xpublish",
36
38
39
urls."Bug Tracker" = "https://github.com/axiom-data-science/xpublish-intake/issues"
-urls."Homepage" = "https://github.com/axiom-data-science/xpublish-intake"
40
+urls.Homepage = "https://github.com/axiom-data-science/xpublish-intake"
41
entry-points."xpublish.plugin".intake = "xpublish_intake.plugins:IntakePlugin"
42
43
[tool.setuptools]
0 commit comments