Project

General

Profile

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

hydrilla-builder / setup.py @ 16eaeb86

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()
(8-8/8)