Prepare for github

This commit is contained in:
Lars Immisch
2015-04-30 17:34:03 +00:00
parent 039388d1e2
commit 4750bb7dc4
6 changed files with 36 additions and 29 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ from distutils.core import setup
from distutils.extension import Extension
from sys import version
pyalsa_version = '0.6'
pyalsa_version = '0.8'
# patch distutils if it's too old to cope with the "classifiers" or
# "download_url" keywords
@@ -30,7 +30,7 @@ if __name__ == '__main__':
maintainer_email = 'lars@ibp.de',
license='PSF',
platforms=['posix'],
url='http://pyalsaaudio.sourceforge.net/',
url='http://larsimmisch.github.io/pyalsaaudio/',
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',