mirror of
https://github.com/univention/univention-domain-join.git
synced 2025-10-26 11:27:12 +00:00
8 lines
155 B
Python
8 lines
155 B
Python
#!/usr/bin/env python3
|
|
# SPDX-FileCopyrightText: 2017-2023 Univention GmbH
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
from setuptools import setup
|
|
|
|
setup()
|