Project

General

Profile

Download (269 Bytes) Statistics
| Branch: | Tag: | Revision:

hydrilla-builder / setup.py @ 5ac7ec33

1
#!/usr/bin/env python3
2
# SPDX-License-Identifier: CC0-1.0
3

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

    
8
import setuptools
9

    
10
setuptools.setup(package_data={'hydrilla_builder': ['*.json']})
(8-8/8)