software/kisstdlib/./setup.py

Keep It Simple STandarD LIBraries set for Python.

Files

Raw Source

Contents

#!/usr/bin/env python3
"""Setup."""
from setuptools import setup

setup()