Skip to content

Commit

Permalink
weird errors with twine
Browse files Browse the repository at this point in the history
  • Loading branch information
natumbri committed May 15, 2023
1 parent 71fd4bd commit 04178a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ documentation for how to configure it.) Note: Setting up the cookie using the de
configuration option will not work for high quality audio!

Setup a `cookies.txt` (Netscape HTTP Cookie File) containing YouTube cookies:
- Download an extension to dump YouTube cookies. For example:
- Download an extension to dump YouTube cookies. For example:
- Firefox: https://addons.mozilla.org/en-US/firefox/addon/cookies-txt/
- Chrome: https://chrome.google.com/webstore/detail/get-cookiestxt/bgaddhkoddajcdgocldbbfleckgcbcid
- Navigate to youtube.com and ensure you are logged in.
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ author_email = natumbri@gmail.com
license = Apache License, Version 2.0
license_file = LICENSE
description = Mopidy extension for YouTube
long_description = file: README.rst

long_description = file:README.rst
classifiers =
Environment :: No Input/Output (Daemon)
Intended Audience :: End Users/Desktop
Expand All @@ -20,6 +21,7 @@ classifiers =
Development Status :: 5 - Production/Stable

[options]

zip_safe = False
include_package_data = True
packages = find:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup

setup()
setup(long_description_content_type='text/markdown')

0 comments on commit 04178a4

Please sign in to comment.