vici: Include python package in distribution

This commit is contained in:
Martin Willi
2015-03-18 13:59:14 +01:00
parent 374b3db191
commit 2c8c52c4e2
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -74,3 +74,7 @@ SUBDIRS =
if USE_RUBY_GEMS
SUBDIRS += ruby
endif
if USE_PYTHON_EGGS
SUBDIRS += python
endif