We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f47798 commit 2e60dfaCopy full SHA for 2e60dfa
pyproject.toml
@@ -3,7 +3,7 @@ requires = ['hatchling']
3
build-backend = 'hatchling.build'
4
5
[tool.hatch.version]
6
-path = "devtools/version.py"
+path = 'devtools/version.py'
7
8
[project]
9
name = 'devtools'
@@ -38,7 +38,7 @@ dependencies = [
38
'asttokens>=2.0.0,<3.0.0',
39
]
40
optional-dependencies = {pygments = ['Pygments>=2.2.0'] }
41
-dynamic = ["version"]
+dynamic = ['version']
42
43
[project.urls]
44
Homepage = 'https://github.com/samuelcolvin/python-devtools'
0 commit comments