Skip to content

Instantly share code, notes, and snippets.

@catern
Created November 28, 2017 15:39
Show Gist options
  • Save catern/8e37c06678af51fb4b024a685ca6bca6 to your computer and use it in GitHub Desktop.
Save catern/8e37c06678af51fb4b024a685ca6bca6 to your computer and use it in GitHub Desktop.
from setuptools import setup
setup(name='supervise_api',
version='0.1.5',
description='An API for running processes safely and securely',
long_description=("This package uses the supervise utility, a separately-available C binary,"
" to provide a better process API for Linux."),
classifiers=[
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Operating System :: POSIX :: Linux",
],
keywords='linux subprocess processes',
url='https://github.com/catern/supervise',
author='catern',
author_email='sbaugh@catern.com',
license='LGPLv3+',
packages=['supervise_api'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment