Skip to content
Snippets Groups Projects
Commit afa963d2 authored by cmaffeo2's avatar cmaffeo2
Browse files

Added maintainer variable to mrdna.version

parent 7c4a0d67
No related branches found
No related tags found
No related merge requests found
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Author: Douglas Creager <dcreager@dcreager.net> # Author: Douglas Creager <dcreager@dcreager.net>
# This file is placed into the public domain. # This file is placed into the public domain.
...@@ -38,6 +39,8 @@ from pathlib import Path ...@@ -38,6 +39,8 @@ from pathlib import Path
import subprocess import subprocess
from subprocess import Popen, PIPE from subprocess import Popen, PIPE
maintainer = "Chris Maffeo <cmaffeo2@illinois.edu>"
_version_file = Path(__file__).parent / "RELEASE-VERSION" _version_file = Path(__file__).parent / "RELEASE-VERSION"
......
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