about summary refs log tree commit diff
path: root/users/wpcarro/tools/systemd-shell/setup.py
blob: f45e058e672e1d823238b6b62e1536378b91512a (plain) (blame)
1
2
3
4
5
6
7
8
9
from setuptools import setup

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