summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: f21ec9f03201e9aca6654932bfebcc74b5667fbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
#
# SPDX-FileCopyrightText: © 2013 The freestyle-hid Authors
# SPDX-License-Identifier: 0BSD

# Ensure it's present.
import setuptools_scm  # noqa: F401
from setuptools import setup

setup()