Preparing for submission to PyPi

This commit is contained in:
James Barnsley
2016-12-17 09:34:44 +13:00
parent d4ea455b92
commit fb5a5f8b58
4 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
/mopidy_iris/static/
/Mopidy_Iris.egg-info/
public_html
/dist/
/.sass-cache/
*.orig
Thumbs.db

View File

@ -1,2 +1,2 @@
include mopidy_spotmop/ext.conf
recursive-include mopidy_spotmop/static *
include mopidy_iris/ext.conf
recursive-include mopidy_iris/static *

View File

@ -8,7 +8,7 @@ from frontend import IrisFrontend
from http import RequestHandler
logger = logging.getLogger(__name__)
__version__ = '2.10.1'
__version__ = '2.10.11'
##
# Core extension class

View File

@ -11,11 +11,11 @@ def get_version(filename):
setup(
name='Mopidy-Iris',
version=get_version('mopidy_iris/__init__.py'),
url='https://github.com/jaedb/spotmop',
url='https://github.com/jaedb/iris',
license='Apache License, Version 2.0',
author='James Barnsley',
author_email='james@barnsley.nz',
description='A fully-functional Mopidy Web-Client encompassing Spotify and many other backends',
description='A fully-functional Mopidy web client encompassing Spotify and many other backends',
packages=find_packages(),
zip_safe=False,
include_package_data=True,