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/static/
|
||||||
/Mopidy_Iris.egg-info/
|
/Mopidy_Iris.egg-info/
|
||||||
public_html
|
public_html
|
||||||
|
/dist/
|
||||||
/.sass-cache/
|
/.sass-cache/
|
||||||
*.orig
|
*.orig
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
include mopidy_spotmop/ext.conf
|
include mopidy_iris/ext.conf
|
||||||
recursive-include mopidy_spotmop/static *
|
recursive-include mopidy_iris/static *
|
||||||
@ -8,7 +8,7 @@ from frontend import IrisFrontend
|
|||||||
from http import RequestHandler
|
from http import RequestHandler
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
__version__ = '2.10.1'
|
__version__ = '2.10.11'
|
||||||
|
|
||||||
##
|
##
|
||||||
# Core extension class
|
# Core extension class
|
||||||
|
|||||||
4
setup.py
4
setup.py
@ -11,11 +11,11 @@ def get_version(filename):
|
|||||||
setup(
|
setup(
|
||||||
name='Mopidy-Iris',
|
name='Mopidy-Iris',
|
||||||
version=get_version('mopidy_iris/__init__.py'),
|
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',
|
license='Apache License, Version 2.0',
|
||||||
author='James Barnsley',
|
author='James Barnsley',
|
||||||
author_email='james@barnsley.nz',
|
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(),
|
packages=find_packages(),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user