mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
6 lines
113 B
Python
6 lines
113 B
Python
#!/usr/bin/env python
|
|
|
|
from setuptools import setup
|
|
|
|
setup(use_scm_version={"local_scheme": "no-local-version"})
|