Preparing for submission to PyPi
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
||||
/mopidy_iris/static/
|
||||
/Mopidy_Iris.egg-info/
|
||||
public_html
|
||||
/dist/
|
||||
/.sass-cache/
|
||||
*.orig
|
||||
Thumbs.db
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
include mopidy_spotmop/ext.conf
|
||||
recursive-include mopidy_spotmop/static *
|
||||
include mopidy_iris/ext.conf
|
||||
recursive-include mopidy_iris/static *
|
||||
@ -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
|
||||
|
||||
4
setup.py
4
setup.py
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user