From f043eea273334ca0de2b97c7e743fa128cd264e6 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Fri, 5 Feb 2021 13:26:14 +0100 Subject: [PATCH] setup.py: install also .utils --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a2cb66c..1fc014a 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,4 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- -from setuptools import setup +from setuptools import setup, find_packages install_requires = open('requirements.txt').read().split('\n') @@ -12,7 +10,7 @@ setup( author='Vahid Rezanezhad', url='https://github.com/qurator-spk/eynollah', license='Apache License 2.0', - packages=['sbb_newspapers_org_image'], + packages=find_packages, install_requires=install_requires, entry_points={ 'console_scripts': [