We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent debe81d commit 219828dCopy full SHA for 219828d
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
-build-backend = "flit_core.buildapi"
3
-requires = ["flit_core >=3.4,<4"]
+build-backend = "hatchling.build"
+requires = ["hatchling"]
4
5
[dependency-groups]
6
dev = [
@@ -76,6 +76,9 @@ test = [
76
[tool.docstrfmt]
77
extend_exclude = ['./docs/examples/']
78
79
+[tool.hatch.version]
80
+path = "praw/const.py"
81
+
82
[tool.ruff]
83
include = [
84
"praw/**.py"
0 commit comments