We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
from exceptions ..
And an empty __init__.py in test/ will make the tests discoverable in Python 2.
__init__.py
test/
See patches and spec in https://build.opensuse.org/package/show/home:jayvdb:coala:python3-bears/python-delegator
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
intest/
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
The text was updated successfully, but these errors were encountered: