Skip to content

Commit

Permalink
Include README.rst and LICENSE in PyPI package
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Apr 16, 2013
1 parent eefc81c commit 94239c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.rst
include LICENSE
include MANIFEST.in
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ Project resources
Changelog
=========

v0.3 (2013-04-16)
-----------------

- Include ``README.rst`` and ``LICENSE`` in PyPI package.

v0.2 (2013-04-16)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_nad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from mopidy import exceptions, ext


__version__ = '0.2'
__version__ = '0.3'

default_config = b"""
[nad]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def get_version(filename):
long_description=open('README.rst').read(),
packages=find_packages(),
zip_safe=False,
include_package_data=True,
install_requires=[
'setuptools',
'Mopidy',
Expand Down

0 comments on commit 94239c5

Please sign in to comment.