Use find_namespace_packages in setup.py
This commit is contained in:
parent
ac61ac52ae
commit
6dc2b85236
4
setup.py
4
setup.py
@ -1,4 +1,4 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_namespace_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="spqr.kieran",
|
name="spqr.kieran",
|
||||||
@ -6,6 +6,6 @@ setup(
|
|||||||
author="Maks Snegov",
|
author="Maks Snegov",
|
||||||
author_email="snegov@spqr.link",
|
author_email="snegov@spqr.link",
|
||||||
description="Helpers for SPQR projects",
|
description="Helpers for SPQR projects",
|
||||||
packages=find_packages(),
|
packages=find_namespace_packages(include=['spqr.*']),
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user