diff --git a/README.md b/README.md index 938af6a..7563707 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +### 🛑 This project is archived 🛑 + +As of March 1, 2024, the NordVPN API endpoints utilized in this project have been discontinued, rendering this project non-functional. This decision was made by NordVPN as part of its ongoing efforts to enhance infrastructure and improve security measures. [Show more...](https://support.nordvpn.com/hc/en-us/articles/21586950310801-Discontinuation-of-the-legacy-API-endpoints-on-NordVPN) + # NordVPN Tray ### A cross-platform system tray application for interacting with Nord VPN. @@ -76,4 +80,4 @@ Pull requests and issues are welcome. This project is licensed under the GNU General Public License v3.0. -See the [LICENSE](https://github.com/aviolaris/nordvpn-tray/blob/master/LICENSE) file for details. \ No newline at end of file +See the [LICENSE](https://github.com/aviolaris/nordvpn-tray/blob/main/LICENSE) file for details. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9ed4111..f91b360 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ country_converter==1.2 Pillow==10.2.0 pystray==0.19.5 requests==2.31.0 -setuptools==69.1.1 \ No newline at end of file +setuptools==69.2.0 \ No newline at end of file diff --git a/setup.py b/setup.py index fbac7ef..ec6e971 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name='nordvpn-tray', - version='1.0.11', + version='1.0.12', packages=find_namespace_packages(where="src"), package_dir={"": "src"}, package_data={ @@ -49,7 +49,7 @@ ], }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 7 - Inactive', 'Intended Audience :: End Users/Desktop', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux',