Skip to content

Commit

Permalink
Remove namespace stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 29, 2017
1 parent 433ae2e commit 62ee610
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,6 @@
license = 'GPL3'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'trepan2'
packages = [
'trepan',
'trepan.bwprocessor',
'trepan.interfaces',
'trepan.inout',
'trepan.lib',
'trepan.processor',
'trepan.processor.command',
# 'trepan.processor.command.ipython_magic',
'trepan.processor.command.info_subcmd',
'trepan.processor.command.set_subcmd',
'trepan.processor.command.show_subcmd'
]
namespace_packages = [
'trepan',
'trepan.processor',
]
py_modules = None
short_desc = 'GDB-like Python Debugger in the Trepan family'

Expand Down

0 comments on commit 62ee610

Please sign in to comment.