Commit 69943649 authored by Łukasz Nowak's avatar Łukasz Nowak

Require setuptools for namespace.

parent ab79b5cb
...@@ -22,6 +22,9 @@ setup( ...@@ -22,6 +22,9 @@ setup(
long_description=long_description, long_description=long_description,
license="GPLv3", license="GPLv3",
keywords="slapos networkcache shadir shacache", keywords="slapos networkcache shadir shacache",
install_requires=[
'setuptools', # for namespace
],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License (GPL)', 'License :: OSI Approved :: GNU General Public License (GPL)',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment