Skip to content
Snippets Groups Projects
Commit 32dc6644 authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Fixed small metadata template error.

parent dea358c3
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@ def generate_metadata(setup_dict, path):
ep_string += 'entry_points:\n'
for ep in setup_dict['entry_points']:
ep_string += ' - {}\n'.format(ep)
ep_string += ' '
return ep_string
def fmt_reqs():
"""
......
......@@ -7,7 +7,7 @@ package:
build:
noarch: python
{entry_points} script: "{{{{ PYTHON }}}} setup.py install --single-version-externally-managed --record=record.txt"
{entry_points}script: "{{{{ PYTHON }}}} setup.py install --single-version-externally-managed --record=record.txt"
source:
path: {path}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment