-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Use setuptools for plugin mechanism. #33
Conversation
…dependency. Remove all __init__.py files as they collide with main statick files.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
============================================
- Coverage 100.00% 19.25% -80.75%
============================================
Files 4 4
Lines 270 270
============================================
- Hits 270 52 -218
- Misses 0 218 +218 ☔ View full report in Codecov by Sentry. |
Switch from yapsy to setuptools for creating plugins for discovery, reporting, and tools.