Skip to content

Commit 3327f5b

Browse files
author
=
committed
Refatoração dos caminhos
1 parent 4a1d3bc commit 3327f5b

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
from setuptools import setup, find_packages
2-
32
setup(
43
name='PyJPDF',
54
version='0.1.3',
65
author='Jasson Carvalho',
76
description='A simple library to extract text from PDF files.',
87
url='https://github.com/LordWaif/PyJPDF',
9-
packages=find_packages(),
8+
packages=['PyJPDF'],
109
long_description=open('README.md').read(),
1110
long_description_content_type='text/markdown',
1211
classifiers=[
@@ -21,7 +20,6 @@
2120
'Programming Language :: Python :: 3.10',
2221
],
2322
python_requires='>=3.6',
24-
py_modules=['pyjpdf','utils'],
2523
install_requires=[
2624
'selenium',
2725
'pyperclip',

0 commit comments

Comments
 (0)