mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-06-10 22:42:26 +00:00
Whitespace fixes
- strip trailing whitespace in several files - fix some indentation (tabs vs. spaces)
This commit is contained in:
committed by
Oswald Buddenhagen
parent
f25c8243dc
commit
c5153db0ac
@@ -29,12 +29,12 @@ if __name__ == '__main__':
|
||||
'License :: OSI Approved :: Python Software Foundation License',
|
||||
'Operating System :: POSIX :: Linux',
|
||||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Topic :: Multimedia :: Sound/Audio',
|
||||
'Topic :: Multimedia :: Sound/Audio :: Mixers',
|
||||
'Topic :: Multimedia :: Sound/Audio :: Players',
|
||||
'Topic :: Multimedia :: Sound/Audio :: Capture/Recording',
|
||||
],
|
||||
ext_modules=[Extension('alsaaudio',['alsaaudio.c'],
|
||||
ext_modules=[Extension('alsaaudio',['alsaaudio.c'],
|
||||
libraries=['asound'])]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user