mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 12:44:38 +03:00
6 lines
116 B
Python
6 lines
116 B
Python
#!/usr/bin/env python
|
|
|
|
from setuptools import setup
|
|
|
|
setup(setup_requires=["setuptools_scm"], use_scm_version=True)
|