Skip to content

Commit faac6c2

Browse files
SCANPY-104 Update the package and script name to "pysonar"
1 parent 0378c00 commit faac6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ classifiers = ['Environment :: Console', 'Intended Audience :: Developers', 'Ope
88
description = 'Sonar Scanner for the Python Ecosystem'
99
keywords = ['sonar', 'sonarqube', 'sonarcloud', 'cleancode']
1010
license = 'LGPL-3.0-only'
11-
name = 'pysonar-scanner'
11+
name = 'pysonar'
1212
readme = 'README.md'
1313
version = "1.0.0"
1414
dynamic = ["dependencies"]
@@ -53,7 +53,7 @@ from = 'src'
5353
include = 'pysonar_scanner'
5454

5555
[tool.poetry.scripts]
56-
pysonar-scanner = 'pysonar_scanner.__main__:scan'
56+
pysonar = 'pysonar_scanner.__main__:scan'
5757

5858
[[tool.poetry.source]]
5959
name = 'jfrog-server'

0 commit comments

Comments
 (0)