Skip to content
Snippets Groups Projects
Commit 654be5e0 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

CLMC service resources structure refactoring

parent 9864b0e0
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
......@@ -32,7 +32,7 @@ def get_version(*relative_path):
"""
Reads and parses a version file.
:param relative_path: iterable representing the relative path to the version file, e.g. ["clmcservice", "VERSION"]
:param relative_path: iterable representing the relative path to the version file
:return:
"""
......@@ -76,7 +76,7 @@ tests_require = [
setup(
name="clmcservice",
version=get_version("clmcservice", "VERSION"),
version=get_version("VERSION"),
author="Michael Boniface",
author_email="mjb@it-innovation.soton.ac.uk",
description="FLAME CLMC Service Module",
......
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