rattail-demo/setup.py
2023-05-16 13:19:21 -05:00

9 lines
102 B
Python

# -*- coding: utf-8; -*-
"""
Setup script for Rattail Demo
"""
from setuptools import setup
setup()