Skip to content

Commit 6abd928

Browse files
committed
remove obsolete lines in pyproject.toml
1 parent 0ea8be2 commit 6abd928

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
2323
]
2424
dependencies = [
25-
"cone.app>=1.0.99,<2.0.0",
25+
"cone.app>1.0.99,<2.0.0",
2626
"node.ext.ugm>1.99",
2727
"pyramid_retry",
2828
"pyramid_tm",
@@ -43,12 +43,6 @@ Homepage = "http://github.com/conestack/cone.sql"
4343
[project.entry-points."paste.filter_app_factory"]
4444
session = "cone.sql:make_app"
4545

46-
[tool.hatch.version]
47-
source = "vcs"
48-
49-
[tool.hatch.metadata]
50-
allow-direct-references = true
51-
5246
[tool.hatch.metadata.hooks.fancy-pypi-readme]
5347
content-type = "text/x-rst"
5448

0 commit comments

Comments
 (0)