Skip to content
Prev Previous commit
Next Next commit
Add module to setup.py for installation
  • Loading branch information
Mark Costello committed Mar 22, 2013
commit 3286b6c39698c2eba833dd3e5d547d43d6c223bf
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'maintainer_email' : '[email protected]',
'keywords' : ['Redis', 'RDB', 'Export', 'Dump', 'Memory Profiler'],
'license' : 'MIT',
'packages' : ['rdbtools', 'rdbtools.cli'],
'packages' : ['rdbtools', 'rdbtools.cli', 'rdbtools.utils'],
'package_data' : {'rdbtools.cli': ['*.template']},
'test_suite' : 'tests.all_tests',
'entry_points' : {
Expand Down