@@ -3,6 +3,16 @@ build-backend = 'poetry.core.masonry.api'
3
3
requires = [' poetry-core' ]
4
4
5
5
[project ]
6
+ authors = [{
name =
" [Code Quality] Data & ML Squad" ,
email =
" [email protected] " }]
7
+ 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' ]
8
+ description = ' Sonar Scanner for the Python Ecosystem'
9
+ keywords = [' sonar' , ' sonarqube' , ' sonarcloud' , ' cleancode' ]
10
+ license = ' LGPL-3.0-only'
11
+ name = ' pysonar-scanner'
12
+ readme = ' README.md'
13
+ version = " 0.2.0"
14
+ dynamic = [" dependencies" ]
15
+
6
16
[project .urls ]
7
17
homepage = ' https://github.com/SonarSource/sonar-scanner-python'
8
18
repository = ' https://github.com/SonarSource/sonar-scanner-python'
@@ -17,16 +27,6 @@ target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
17
27
branch = true
18
28
relative_files = true
19
29
20
- [tool .poetry ]
21
- authors = [
' Python Squad <[email protected] >' ]
22
- 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' ]
23
- description = ' Sonar Scanner for the Python Ecosystem'
24
- keywords = [' sonar' , ' sonarqube' , ' sonarcloud' , ' cleancode' ]
25
- license = ' LGPL-3.0-only'
26
- name = ' pysonar-scanner'
27
- readme = ' README.md'
28
- version = " 0.2.0"
29
-
30
30
[tool .poetry .dependencies ]
31
31
python = ' >=3.8'
32
32
toml = ' >=0.10.2'
0 commit comments