Skip to content

Commit 9d5b055

Browse files
committed
SCANPY-105 Deprecate the old PySonarScanner PyPI project
1 parent f20fec5 commit 9d5b055

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# pysonar-scanner
2+
**DEPRECATION NOTICE:**
3+
4+
This application is no longer actively maintained and has been deprecated in favor of `pysonar`. `pysonar` offers a more Pythonic experience and support for newer versions of SonarQube.
5+
6+
**Please migrate to `pysonar` for all future development.**
7+
8+
You can install it via pip:
9+
`pip install pysonar`
10+
11+
# Former README
12+
213
A wrapper around SonarScanner CLI, available on PyPI.
314

4-
# Disclaimer
15+
# Disclaimer
516

6-
This project is currently in beta and APIs are subject to change.
17+
This project is currently in beta and APIs are subject to change.
718
These changes include configuration parameter names.
819

920
# Requirements

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ['sonar', 'sonarqube', 'sonarcloud', 'cleancode']
1010
license = 'LGPL-3.0-only'
1111
name = 'pysonar-scanner'
1212
readme = 'README.md'
13-
version = "0.2.0"
13+
version = "0.3.0"
1414
dynamic = ["dependencies"]
1515

1616
[project.urls]

0 commit comments

Comments
 (0)