Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ['sonar', 'sonarqube', 'sonarcloud', 'cleancode']
license = 'LGPL-3.0-only'
name = 'pysonar'
readme = 'README.md'
version = "1.3.1"
version = "1.4.0"
dynamic = ["dependencies"]

[project.urls]
Expand Down Expand Up @@ -52,7 +52,6 @@ types-requests = "2.32.0.20250328"
[[tool.poetry.packages]]
from = 'src'
include = 'pysonar_scanner'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it intentional to remove this line? keeping an extra blank line looks more coherent with the file

[tool.poetry.scripts]
pysonar = 'pysonar_scanner.__main__:main'

Expand Down
Loading