summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-04 17:31:32 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-08-04 17:31:32 -0400
commit5862e25b9b436d5e523e682e2da0f6c1fc90ad7b (patch)
tree08f4155f6b1020486e8b6d2dafd04e6e8ed710f2
parentb934b9916d3b985dc52e014ab2ece01daff24956 (diff)
downloadcliff-5862e25b9b436d5e523e682e2da0f6c1fc90ad7b.tar.gz
remove the entry point data for the moved formatters
Change-Id: Iead2cb83715d744622288cbbb584f98a3c0872fd
-rw-r--r--setup.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup.py b/setup.py
index 2edaec3..56679fd 100644
--- a/setup.py
+++ b/setup.py
@@ -173,16 +173,10 @@ setup(
'cliff.formatter.list': [
'table = cliff.formatters.table:TableFormatter',
'csv = cliff.formatters.commaseparated:CSVLister',
- 'yaml = cliff.formatters.tablibformatters:YamlFormatter',
- 'html = cliff.formatters.tablibformatters:HtmlFormatter',
- 'json = cliff.formatters.tablibformatters:JsonFormatter',
],
'cliff.formatter.show': [
'table = cliff.formatters.table:TableFormatter',
'shell = cliff.formatters.shell:ShellFormatter',
- 'yaml = cliff.formatters.tablibformatters:YamlFormatter',
- 'html = cliff.formatters.tablibformatters:HtmlFormatter',
- 'json = cliff.formatters.tablibformatters:JsonFormatter',
],
},