Skip to content

Commit 4ee4890

Browse files
author
David Scott
committed
python: install xapi, xapi.storage and xapi.storage.api packages
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
1 parent 03ba9ac commit 4ee4890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
author='David Scott',
66
author_email='dave@recoil.org',
77
url='https://github.com/xapi-project/xapi-storage/',
8-
packages=['xapi'],
8+
packages=['xapi', 'xapi.storage', 'xapi.storage.api'],
99
)

0 commit comments

Comments
 (0)