aboutsummaryrefslogtreecommitdiff
path: root/setup.py
blob: f105c517784ce32b4f0e222947024bac870dd5f1 (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(package_data={'hydrilla_builder': ['*.json']})