Rearrange directory structure.

This commit is contained in:
Andrius Štikonas 2020-12-27 18:31:26 +00:00
parent a3eb2699c8
commit c45fb963c9
6 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ setup(
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Operating System :: OS Independent",
],
packages = ['neohubapi'],
packages=setuptools.find_packages(),
install_requires = ['neohubapi'],
keywords = ['neohub', 'heatmiser'],
)