Skip to content

Commit

Permalink
Include license file in package, minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ur1katz committed Apr 8, 2020
1 parent 08021a0 commit 56c1e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
long_description = fh.read()

setup(name='casttube',
version='0.2.0',
version='0.2.1',
description='YouTube chromecast api',
long_description=long_description,
long_description_content_type="text/markdown",
url='http://github.com/ur1katz/casttube',
author='Uri Katz',
author_email='[email protected]',
license='MIT',
data_files = [("", ["LICENSE"])],
packages=['casttube'],
zip_safe=False,
keywords = ['youtube', 'chromecast', 'youtube-api'],
Expand Down

0 comments on commit 56c1e02

Please sign in to comment.