mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 11:49:55 +02:00
use find_namespace_packages in setup.py
This commit is contained in:
parent
6c8f60993f
commit
14fc040428
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,4 +1,4 @@
|
||||||
from setuptools import setup, find_packages
|
from setuptools import find_namespace_packages, find_packages, setup
|
||||||
from json import load
|
from json import load
|
||||||
|
|
||||||
install_requires = open('requirements.txt').read().split('\n')
|
install_requires = open('requirements.txt').read().split('\n')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue