Hi, I have created an openSUSE package for this, and there are a few ways to make it easier for the next packager.
Creating a LICENSE file, from the text in README.txt , makes it easier for packaging tools to determine/check the license.
from exceptions .. is unnecessary.
And an empty __init__.py in test/ will make the tests discoverable in Python 2.
See patches and spec in https://build.opensuse.org/package/show/home:jayvdb:coala:python3-bears/python-delegator
Hi, I have created an openSUSE package for this, and there are a few ways to make it easier for the next packager.
Creating a LICENSE file, from the text in README.txt , makes it easier for packaging tools to determine/check the license.
from exceptions ..is unnecessary.And an empty
__init__.pyintest/will make the tests discoverable in Python 2.See patches and spec in https://build.opensuse.org/package/show/home:jayvdb:coala:python3-bears/python-delegator