mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 20:54:38 +03:00
7 lines
181 B
Python
7 lines
181 B
Python
#!/usr/bin/env python
|
|
|
|
from setuptools import setup
|
|
|
|
setup(use_scm_version={"local_scheme": "no-local-version"},
|
|
setup_requires=['setuptools-scm>=3.5.0', 'setuptools>=42.0'])
|