mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-12 05:39:53 +02:00
setup.py: install also .utils
This commit is contained in:
parent
916e0a1870
commit
f043eea273
1 changed files with 2 additions and 4 deletions
6
setup.py
6
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': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue