wutta-hello/setup.py
2023-11-24 17:40:50 -06:00

9 lines
101 B
Python

# -*- coding: utf-8; -*-
"""
setup script for wutta-hello
"""
from setuptools import setup
setup()