4 lines
58 B
Python
4 lines
58 B
Python
|
from setuptools import setup
|
||
|
|
||
|
setup(use_scm_version=True)
|