root/fizzjik/setup.py

Revision 73, 381 bytes (checked in by devja..@anarkystic.com, 6 months ago)

Added a rest wrapper for services, made setSource drop volume a bit

Line 
1 #!/usr/bin/env python
2 #from distutils.core import setup
3 from setuptools import setup, find_packages
4
5 setup(name="fizzjik",
6       version="0.4.2",
7       description="Tying together inputs and outputs",
8       author="Andy Smith",
9       author_email="fizzjik_py@anarkystic.com",
10       url="http://anarkystic.com/w/FizzjikPy",
11       packages = find_packages(),
12       zip_safe = False)
Note: See TracBrowser for help on using the browser.