From 71993edae487733b75ac78913204a4ebbbcc0a30 Mon Sep 17 00:00:00 2001 From: Rohit Kumar Singh Date: Mon, 21 Sep 2015 21:09:48 +0530 Subject: [PATCH] Add init file in sdram/phy dir 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 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 misoclib/mem/sdram/phy/__init__.py diff --git a/misoclib/mem/sdram/phy/__init__.py b/misoclib/mem/sdram/phy/__init__.py new file mode 100644 index 000000000..e69de29bb