setup.py 137 Bytes
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
3
4
5
# coding: utf-8
import os
from setuptools import setup

setup(use_scm_version={'write_to': os.path.join('csst_dfs_api', '_version.py')})