Skip to content

Commit 52a36d4

Browse files
committed
Change name of Python package to 'psutils'
1 parent 01d7038 commit 52a36d4

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github: rrthomas
2-
tidelift: pypi/pspdfutils
2+
tidelift: pypi/psutils
33
custom: "https://rrt.sc3d.org"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# PDF and PostScript Utilities
22

3+
_NOTE: This project
4+
35
Web site: https://github.com/rrthomas/psutils
46
Maintainer: Reuben Thomas <rrt@sc3d.org>
57

@@ -32,7 +34,7 @@ discouraged, unless you know you need them!
3234

3335
The easiest way to install PSUtils is from PyPI, the Python Package Index:
3436

35-
`pip install pspdfutils`
37+
`pip install psutils`
3638

3739
(Note the PyPI package name!)
3840

psutils/argparse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def _format_action_invocation(self, action: argparse.Action) -> str:
190190
return ", ".join(parts)
191191

192192

193-
VERSION = importlib.metadata.version("pspdfutils")
193+
VERSION = importlib.metadata.version("psutils")
194194

195195
VERSION_BANNER = f"""\
196196
%(prog)s {VERSION}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "pspdfutils"
3-
version = "3.3.6"
2+
name = "psutils"
3+
version = "3.3.7"
44
description = "Manipulate PDF and PostScript documents"
55
license = {text = "GPL v3 or later"}
66
authors = [

0 commit comments

Comments
 (0)