rattail-demo/setup.py

9 lines
102 B
Python
Raw Normal View History

# -*- coding: utf-8; -*-
2016-10-06 11:48:32 -05:00
"""
2016-12-07 20:24:11 -06:00
Setup script for Rattail Demo
2016-10-06 11:48:32 -05:00
"""
from setuptools import setup
2016-10-06 11:48:32 -05:00
setup()