Skip to content

0.1.5

Compare
Choose a tag to compare
@bfredl bfredl released this 17 Mar 19:57
· 304 commits to master since this release

Previously, when implementing an rplugin as a package, an empty dummy file was needed like this:

rplugin/python3/mypackage.py # empty file
rplugin/python3/mypackage/__init__.py # contains spec
rplugin/python3/mypackage/helpers.py
rplugin/python3/mypackage/...

This is no longer neccessary and mypackage.py can be deleted.

Changes since 0.1.4:

  • df0f428 fix missing files in source distribution
  • 3f86eb0 add more info to README.md
  • 0d5b388 fix formatting of README.md
  • 5744bbe search for package dirs
  • c960e32 be more verbose about import errors