aboutsummaryrefslogtreecommitdiff
path: root/setup.py
blob: 6554e08ac19d3c93bae21ad1baf2da95db4b3179 (about) (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python3
# SPDX-License-Identifier: CC0-1.0

# Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
#
# Available under the terms of Creative Commons Zero v1.0 Universal.

import setuptools

setuptools.setup()