[babel.extractors]
ftmmodel = followthemoney.messages:extract_yaml

[console_scripts]
followthemoney = followthemoney.cli.cli:cli
ftm = followthemoney.cli.cli:cli
ftmutil = followthemoney.cli.cli:cli

[followthemoney.cli]
aggregate = followthemoney.cli.aggregate:aggregate
csv = followthemoney.cli.exports:export_csv
cypher = followthemoney.cli.exports:export_cypher
excel = followthemoney.cli.exports:export_excel
gexf = followthemoney.cli.exports:export_gexf
link = followthemoney.cli.dedupe:link
mapping = followthemoney.cli.mapping:run_mapping
rdf = followthemoney.cli.exports:export_rdf
sieve = followthemoney.cli.sieve:sieve

