mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
11 lines
327 B
Python
11 lines
327 B
Python
--- setup.py.orig 2022-02-03 16:27:04 UTC
|
|
+++ setup.py
|
|
@@ -30,7 +30,7 @@ setup(
|
|
raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE))
|
|
|
|
setup(
|
|
- name="PyPDF3",
|
|
+ name="pypdf3",
|
|
version=verstr,
|
|
install_requires=['tqdm'],
|
|
description="Pure Python PDF toolkit",
|