We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea8be2 commit 6abd928Copy full SHA for 6abd928
pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
22
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
23
]
24
dependencies = [
25
- "cone.app>=1.0.99,<2.0.0",
+ "cone.app>1.0.99,<2.0.0",
26
"node.ext.ugm>1.99",
27
"pyramid_retry",
28
"pyramid_tm",
@@ -43,12 +43,6 @@ Homepage = "http://github.com/conestack/cone.sql"
43
[project.entry-points."paste.filter_app_factory"]
44
session = "cone.sql:make_app"
45
46
-[tool.hatch.version]
47
-source = "vcs"
48
-
49
-[tool.hatch.metadata]
50
-allow-direct-references = true
51
52
[tool.hatch.metadata.hooks.fancy-pypi-readme]
53
content-type = "text/x-rst"
54
0 commit comments