metadata: rename parse_metadata() to parse_txt_metadata()

This makes the code clear as support for other metadata formats is added.
This commit is contained in:
Hans-Christoph Steiner 2015-07-20 16:55:15 -07:00
parent 04e6f2ebfd
commit 141e0e24c7
2 changed files with 4 additions and 4 deletions

View file

@ -198,7 +198,7 @@ def main():
sys.exit(1)
# Construct the metadata...
app = metadata.parse_metadata(None)[1]
app = metadata.parse_txt_metadata(None)[1]
app['Web Site'] = website
app['Source Code'] = sourcecode
if issuetracker: