Add __init__.py files

somehow find_packages does not seem to be able to find the package,
although it should not be the case for > 3.2; see docs:

>  On Python 3.2 and earlier, packages are only recognized if they
>  include an __init__.py file.

http://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages
This commit is contained in:
Sylvain Bellemare 2016-10-26 12:28:31 +02:00 committed by Sylvain Bellemare
parent 51c581428c
commit 2dd9249f21
2 changed files with 0 additions and 0 deletions

View File

0
tests/common/__init__.py Normal file
View File