Fix: import and install requires
This commit is contained in:
parent
04cc338691
commit
c4993811de
@ -0,0 +1 @@
|
||||
from .photobook import Photobook
|
@ -1,5 +1,5 @@
|
||||
from fpdf import FPDF
|
||||
from cropping import cut_save
|
||||
from .cropping import cut_save
|
||||
from pathlib import Path
|
||||
|
||||
class Photobook(FPDF):
|
||||
|
6
setup.py
6
setup.py
@ -8,12 +8,14 @@ except ImportError:
|
||||
setup(
|
||||
name='photobook',
|
||||
version='1.0',
|
||||
description='Li',
|
||||
description='Built photobook with python',
|
||||
author='Benjamin Bertrand',
|
||||
author_email='benjamin.bertrand@opytex.org',
|
||||
url='http://git.opytex.org/lafrite/photobook.git',
|
||||
url='https://git.opytex.org/lafrite/photobook.git',
|
||||
packages=find_packages(),
|
||||
include_package_data = True,
|
||||
install_requires=[
|
||||
"fpdf",
|
||||
"Pillow",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user