Skip to content

Commit

Permalink
Upgrade to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdjiji committed Jan 24, 2023
1 parent a9cd380 commit 9f74456
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pdfuck
version = 1.0.1
version = 1.0.2
author = JiJi <[email protected]>
description = PDFuck: Remove the password of your PDF file
long_description = file: README.md
Expand All @@ -14,7 +14,12 @@ classifiers =
packages = find:
install_requires =
pikepdf
include_package_data = True

[options.entry_points]
console_scripts =
pdfuck = pdfuck:main
pdfuck = pdfuck:main

[options.packages.find]
where=src
include=pdfuck*
2 changes: 1 addition & 1 deletion pdfuck.py → src/pdfuck/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pdfuck.py
# PDFuck: pdfuck/__init__.py
# Author JiJi <[email protected]>
# GitHub https://github.com/mmdjiji/pdfuck

Expand Down

0 comments on commit 9f74456

Please sign in to comment.