FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

restructure as package, add setup.py · asyncmind0/python-pulseaudio@7c16269 · GitHub

Commit 7c16269

Browse files
committed
restructure as package, add setup.py
1 parent 2adfab8 commit 7c16269

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.pyc
2+
build
File renamed without changes.

‎setup.py‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
)

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL