Skip to content
Snippets Groups Projects
Commit 3afe7fd2 authored by jkerdreu's avatar jkerdreu
Browse files

Fix namespace (one more time.. this sucks)

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1682 b32b6428-25c9-4566-ad07-03861ab6144f
parent a1270f16
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ setup(
],
keywords=['xaal', 'tools'],
platforms='any',
#namespace_packages=['xaal'],
packages=find_packages(),
include_package_data=True,
......
......@@ -22,7 +22,6 @@ setup(
keywords=['xaal', 'home-automation'],
platforms='any',
packages=find_packages(),
#namespace_packages=['xaal'],
include_package_data=True,
install_requires=["ujson>=1.33","pysodium","configobj"],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment