Add init file in sdram/phy dir
authorRohit Kumar Singh <rohit91.2008@gmail.com>
Mon, 21 Sep 2015 15:39:48 +0000 (21:09 +0530)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Mon, 21 Sep 2015 15:46:16 +0000 (23:46 +0800)
Without __init__.py file, when using setup.py, setuptools' find_package() function does not find the files in sdram/phy package. Hence .egg file entirely misses sdram/phy directory

More info here: https://bitbucket.org/pypa/setuptools/issues/97

misoclib/mem/sdram/phy/__init__.py [new file with mode: 0644]

diff --git a/misoclib/mem/sdram/phy/__init__.py b/misoclib/mem/sdram/phy/__init__.py
new file mode 100644 (file)
index 0000000..e69de29