diff --git a/DON'T ADD __INIT__.py HERE.md b/DON'T ADD __INIT__.py HERE.md new file mode 100644 index 00000000..3ea128d4 --- /dev/null +++ b/DON'T ADD __INIT__.py HERE.md @@ -0,0 +1,4 @@ +# Don't add a __init__.py + +If you add a __init__.py file here it will break any path shortning that has been setup in the +main setup.cfg file (see [this stackoverflow question](https://stackoverflow.com/questions/63464555/create-name-space-package-that-contains-standalone-installable-sub-packages/63465830#63465830). \ No newline at end of file diff --git a/__init__.py b/__init__.py deleted file mode 100644 index a5a10687..00000000 --- a/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Subpackage that contains the Bayesian Learning Control gym environments"""