@@ -6,7 +6,7 @@ requires = [
6
6
]
7
7
8
8
[project ]
9
- authors = [{
"email" =
" [email protected] " ,
"name" =
" Sorin Sbarnea" }]
9
+ authors = [{
"email" =
" [email protected] " ,
"name" =
" Sorin Sbarnea" }]
10
10
classifiers = [
11
11
" Development Status :: 5 - Production/Stable" ,
12
12
" Environment :: Console" ,
@@ -30,8 +30,8 @@ classifiers = [
30
30
description = " Ansible compatibility goodies"
31
31
dynamic = [" version" , " dependencies" , " optional-dependencies" ]
32
32
keywords = [" ansible" ]
33
- license = { text = " MIT" }
34
- maintainers = [{
"email" =
" [email protected] " ,
"name" =
" Sorin Sbarnea" }]
33
+ license = {text = " MIT" }
34
+ maintainers = [{
"email" =
" [email protected] " ,
"name" =
" Sorin Sbarnea" }]
35
35
name = " ansible-compat"
36
36
readme = " README.md"
37
37
# https://peps.python.org/pep-0621/#readme
@@ -403,9 +403,9 @@ known-third-party = ["packaging"]
403
403
convention = " google"
404
404
405
405
[tool .setuptools .dynamic ]
406
- dependencies = { file = [" .config/requirements.in" ] }
407
- optional-dependencies.docs = { file = [" .config/requirements-docs.in" ] }
408
- optional-dependencies.test = { file = [" .config/requirements-test.in" ] }
406
+ dependencies = {file = [" .config/requirements.in" ]}
407
+ optional-dependencies.docs = {file = [" .config/requirements-docs.in" ]}
408
+ optional-dependencies.test = {file = [" .config/requirements-test.in" ]}
409
409
410
410
[tool .setuptools_scm ]
411
411
# To prevent accidental pick of mobile version tags such 'v6'
0 commit comments