This repository has been archived on 2015-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
stream/python/setup.py
2015-04-29 17:24:11 -04:00

12 lines
270 B
Python

#!/usr/bin/env python
from distutils.core import setup
setup(name='jsh',
version='1.0',
description='API for implementing JSH streams in Python.',
author='Augmented Unix Userland MQP',
author_email='jsh@wpi.edu',
packages=['jsh'],
)