about summary refs log tree commit diff
path: root/users/wpcarro/tools/systemd-shell/setup.py
from setuptools import setup

setup(
    name="systemd-shell",
    version="0.0.1",
    author="William Carroll",
    author_email="wpcarro@gmail.com",
    scripts=["systemd-shell"],
)