Skip to content

Commit a95c594

Browse files
authored
Update authors (#43)
1 parent 7679f69 commit a95c594

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

its/pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
# PYSCAN-35: Decide on definitive package name
77
name = "pysonar-its"
88
version = "0.0.1"
9-
authors = [
10-
"Guillaume Dequenne <[email protected]>",
11-
"Jeremi Do Dinh <[email protected]>",
12-
"Maksim Grebeniuk <[email protected]>",
13-
"David Kunzmann <[email protected]>"
14-
]
9+
authors = ['Python Squad <[email protected]>']
1510
description = "Integration tests for Sonar Scanner for the Python Ecosystem"
1611
readme = "README.md"
1712
license = "LGPL-3.0-only"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ branch = true
1818
relative_files = true
1919

2020
[tool.poetry]
21-
authors = ['Guillaume Dequenne <[email protected]>', 'Jeremi Do Dinh <[email protected]>', 'Maksim Grebeniuk <[email protected]>', 'David Kunzmann <david.kunzmann@sonarsource.com>']
21+
authors = ['Python Squad <analysis.python@sonarsource.com>']
2222
classifiers = ['Environment :: Console', 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Topic :: Software Development :: Quality Assurance']
2323
description = 'Sonar Scanner for the Python Ecosystem'
2424
keywords = ['sonar', 'sonarqube', 'sonarcloud', 'cleancode']

0 commit comments

Comments
 (0)