| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1,2 @@ | |||
| 1 | 1 | *.pyc | |
| 2 | + build | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,12 @@ | |||
| 1 | + #!/usr/bin/env python | ||
| 2 | + | ||
| 3 | + from distutils.core import setup | ||
| 4 | + | ||
| 5 | + setup(name='pulseaudio', | ||
| 6 | + version='0.9.22', | ||
| 7 | + description='PulseAudio Bindings', | ||
| 8 | + author='Valodim', | ||
| 9 | + author_email='valodim@mugenguild.com', | ||
| 10 | + url='http://github.com/valodim/python-pulseaudio', | ||
| 11 | + packages=['pulseaudio'], | ||
| 12 | + ) | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments