Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: setup.py

Issue 30037555: NoIssue - Added filterhit statistics loading capability
Patch Set: Addressed final comments (for real now) Created April 3, 2019, 5:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « abp/stats/filterhits.py ('k') | tests/test_stats/data/filterhits.csv » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: setup.py
diff --git a/setup.py b/setup.py
index 7943e94a262cd6c1f0e48d026aba0ba9f7610850..b92feb4b3f5573bab37e69db652fcaf92bafd34d 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(
author='eyeo GmbH',
author_email='info@adblockplus.org',
url='https://hg.adblockplus.org/python-abp/',
- packages=['abp', 'abp.filters'],
+ packages=['abp', 'abp.filters', 'abp.stats'],
entry_points={
'console_scripts': ['flrender=abp.filters.render_script:main',
'fldiff=abp.filters.diff_script:main'],
« no previous file with comments | « abp/stats/filterhits.py ('k') | tests/test_stats/data/filterhits.csv » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld