Skip to content
Snippets Groups Projects

:ambulance: fix pyproject.toml authors entry

Merged Vincent Hatakeyama requested to merge topic/default/fix-pyproject into branch/default
+ 4
2
@@ -5,7 +5,9 @@
readme = "README.rst"
requires-python = ">=3.6"
license = {file = "LICENSE"}
author = "XCG Consulting"
authors = [
"XCG Consulting"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
@@ -62,4 +64,4 @@
depends = coverage-report
commands =
coverage xml
"""
\ No newline at end of file
"""
Loading