Initial commit

This commit is contained in:
JiJi
2023-01-25 00:22:24 +08:00
parent d5ac0347c6
commit 8a1e8c478a
8 changed files with 257 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[metadata]
name = pdfuck
version = 1.0.0
author = JiJi <i@mmdjiji.com>
long_description = file: README.md
license = GPL-3.0
url = https://github.com/mmdjiji/pdfuck
classifiers =
Programming Language :: Python :: 3
[options]
packages = find:
install_requires =
pikepdf
[options.entry_points]
console_scripts =
pdfuck = pdfuck:main