Include only the right package to setup (#252)

This commit is contained in:
Quentame 2020-03-21 15:27:02 +01:00 committed by GitHub
parent 1e8a5eb54d
commit 47fa2db55e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ setup(
maintainer='The PyiCloud Authors',
maintainer_email=' ',
license='MIT',
packages=find_packages(),
packages=find_packages(include=["pyicloud"]),
install_requires=required,
classifiers=[
'Intended Audience :: Developers',