Skip to content

Commit 6ef9de0

Browse files
authored
Development and maintenance stopped!
1 parent 42efecd commit 6ef9de0

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# pyPDFeditor-GUI
22

3-
[![PyPI](https://img.shields.io/pypi/v/pyPDFeditor-GUI?color=5f69b4)](https://pypi.org/project/pyPDFeditor-GUI/)
43
![pylint](https://github.com/Augus1999/pyPDFeditor-GUI/actions/workflows/pylint.yml/badge.svg)
54
![black](https://img.shields.io/badge/code%20style-black-black)
65
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
76

8-
This project is based on PyQt6 and PyMuPDF and tested on Windows 10 & 11 and Ubuntu on WSL2.
7+
**IMPORTANT: Development and maintenance of this project have been stopped. The package `pyPDFeditor-GUI` has been deleted from PyPI.**
98

109
## Features
1110

@@ -57,12 +56,6 @@ $ pip install .
5756

5857
where `<path>` is the directory `setup.py` locates.
5958

60-
### install from PyPi
61-
62-
```bash
63-
$ pip install -U pyPDFeditor-GUI
64-
```
65-
6659
### build thy own package
6760

6861
this requires `build`, `setuptools` and `wheel` installed
@@ -88,12 +81,7 @@ on Windows 11:
8881

8982
<img src="./screenshots/tab2.png" width="400" alt="tab2 win11"/>
9083

91-
Support [Snap Layouts](https://answers.microsoft.com/en-us/windows/forum/all/how-to-use-snap-layouts-and-snap-groups-in-windows/3213a6b6-5a33-4d40-bbce-e01388a40976)
92-
on Windows 11
93-
94-
## Others
84+
## Cache files
9585

9686
Setting and cache files are stored in the directory `C:\User\USER\.pyPDFeditor-GUI` (Windows) or `home/USER/.pyPDFeditor-GUI`
9787
(Linux and macOS).
98-
99-
Please report any errors to [Issues](https://github.com/Augus1999/pyPDFeditor-GUI/issues). Thank you!

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
long_description = f.read()
2626

2727
long_description = long_description.replace(
28-
'## Screenshot 🎞️\n\non Windows 11:\n\n<img src="./screenshots/tab2.png" width="400" alt="tab2 win11"/>\n\nSupport [Snap Layouts](https://answers.microsoft.com/en-us/windows/forum/all/how-to-use-snap-layouts-and-snap-groups-in-windows/3213a6b6-5a33-4d40-bbce-e01388a40976)\non Windows 11',
28+
'## Screenshot 🎞️\n\non Windows 11:\n\n<img src="./screenshots/tab2.png" width="400" alt="tab2 win11"/>',
2929
"",
3030
)
3131

0 commit comments

Comments
 (0)