Skip to content

Commit a00077b

Browse files
committed
revert pyproject change
1 parent b1b72fe commit a00077b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,8 @@ classifiers = [
2727
'Operating System :: MacOS',
2828
'Typing :: Typed',
2929
]
30-
dependencies = [
31-
'typing-extensions>=4.6.0,!=4.7.0'
32-
]
33-
dynamic = [
34-
'description',
35-
'license',
36-
'readme',
37-
'version'
38-
]
30+
dependencies = ['typing-extensions>=4.6.0,!=4.7.0']
31+
dynamic = ['description', 'license', 'readme', 'version']
3932

4033
[project.urls]
4134
Homepage = 'https://github.com/pydantic/pydantic-core'

0 commit comments

Comments
 (0)