Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabrandi authored Nov 2, 2020
1 parent 8b5781b commit 2eba258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python

from cg_lims import __version__ as version
from setuptools import setup, find_packages

try:
Expand All @@ -13,7 +14,7 @@


setup(name='cg_lims',
version='1.0',
version=version,
description='Lims code for Clinical Genomics',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2eba258

Please sign in to comment.