Update description

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
Loren Eteval
2023-07-27 07:50:48 +08:00
parent 7b360630b9
commit 53f80251ac
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -74,6 +74,8 @@ must have tools ready for building these bindings for your current platform firs
### Install Furious
Furious requires Python 3.8 and above.
```
pip install Furious-GUI
```
@@ -117,4 +119,4 @@ Below are some one-click/automatic installation script that's been tested to wor
## License
License under [GPL v3.0](https://github.com/LorenEteval/Furious/blob/main/LICENSE)
License under [GPL v3.0](https://github.com/LorenEteval/Furious/blob/main/LICENSE).
+1 -1
View File
@@ -32,7 +32,7 @@ setup(
name='Furious-GUI',
version=__version__,
license='GPL v3.0',
description='A PyQt-based cross platform GUI client that launches your beloved GFW to outer space.',
description='A PySide6-based cross platform GUI client that launches your beloved GFW to outer space.',
long_description=long_description,
long_description_content_type='text/markdown',
author='Loren Eteval',