Convert to command line application
parent
4ea1f8b850
commit
efd066bcfa
@ -0,0 +1 @@
|
||||
from .pdfunlock import main
|
@ -0,0 +1,11 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='pdfunlock',
|
||||
version='0.3.0',
|
||||
packages=['pdfunlock'],
|
||||
install_requires=['tqdm'],
|
||||
entry_points={'console_scripts':['pdfunlock = pdfunlock:main']},
|
||||
author='Dan Howe',
|
||||
author_email='d.howe@wrl.unsw.edu.au',
|
||||
description='Remove security features from encrypted pdfs')
|
Loading…
Reference in New Issue