Skip to content

Commit 2e60dfa

Browse files
committed
tweak pyproject.toml
1 parent 9f47798 commit 2e60dfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ['hatchling']
33
build-backend = 'hatchling.build'
44

55
[tool.hatch.version]
6-
path = "devtools/version.py"
6+
path = 'devtools/version.py'
77

88
[project]
99
name = 'devtools'
@@ -38,7 +38,7 @@ dependencies = [
3838
'asttokens>=2.0.0,<3.0.0',
3939
]
4040
optional-dependencies = {pygments = ['Pygments>=2.2.0'] }
41-
dynamic = ["version"]
41+
dynamic = ['version']
4242

4343
[project.urls]
4444
Homepage = 'https://github.com/samuelcolvin/python-devtools'

0 commit comments

Comments
 (0)