Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f7445642a | ||
|
|
a9cd380c70 | ||
|
|
1e2ef6a904 |
@@ -1,8 +1,10 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = pdfuck
|
name = pdfuck
|
||||||
version = 1.0.0
|
version = 1.0.2
|
||||||
author = JiJi <i@mmdjiji.com>
|
author = JiJi <i@mmdjiji.com>
|
||||||
|
description = PDFuck: Remove the password of your PDF file
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
|
long_description_content_type = text/markdown
|
||||||
license = GPL-3.0
|
license = GPL-3.0
|
||||||
url = https://github.com/mmdjiji/pdfuck
|
url = https://github.com/mmdjiji/pdfuck
|
||||||
classifiers =
|
classifiers =
|
||||||
@@ -12,7 +14,12 @@ classifiers =
|
|||||||
packages = find:
|
packages = find:
|
||||||
install_requires =
|
install_requires =
|
||||||
pikepdf
|
pikepdf
|
||||||
|
include_package_data = True
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
pdfuck = pdfuck:main
|
pdfuck = pdfuck:main
|
||||||
|
|
||||||
|
[options.packages.find]
|
||||||
|
where=src
|
||||||
|
include=pdfuck*
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# pdfuck.py
|
# PDFuck: pdfuck/__init__.py
|
||||||
# Author JiJi <i@mmdjiji.com>
|
# Author JiJi <i@mmdjiji.com>
|
||||||
# GitHub https://github.com/mmdjiji/pdfuck
|
# GitHub https://github.com/mmdjiji/pdfuck
|
||||||
|
|
||||||
Reference in New Issue
Block a user