@@ -3,6 +3,16 @@ build-backend = 'poetry.core.masonry.api'
33requires = [' poetry-core' ]
44
55[project ]
6+ authors = [{ name =" [Code Quality] Data & ML Squad" , email =" quality.data-ml@sonarsource.com" }]
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+
616[project .urls ]
717homepage = ' https://github.com/SonarSource/sonar-scanner-python'
818repository = ' https://github.com/SonarSource/sonar-scanner-python'
@@ -17,16 +27,6 @@ target-version = ['py38', 'py39', 'py310', 'py311', 'py312']
1727branch = true
1828relative_files = true
1929
20- [tool .poetry ]
21- authors = [' Python Squad <analysis.python@sonarsource.com>' ]
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-
3030[tool .poetry .dependencies ]
3131python = ' >=3.8'
3232toml = ' >=0.10.2'
0 commit comments