mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
6 lines
143 B
Python
6 lines
143 B
Python
#!/usr/bin/env python
|
|
|
|
from setuptools import setup
|
|
|
|
setup(use_scm_version=True, setup_requires=['setuptools-scm>=3.3.3', 'setuptools>=42.0'])
|