Commit e127a30d by Peter Weidenbach

fix

parent d1cfe4f9
......@@ -3,7 +3,7 @@ import subprocess
from setuptools import setup, find_packages
setup(
name="common_helper_files",
name="common_helper_mongo",
version=subprocess.check_output(['git', 'describe', '--always'], cwd=os.path.dirname(os.path.abspath(__file__))).strip().decode('utf-8'),
packages=find_packages(),
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment