From 04178a4ebffb98bfa6ba60e2f0abbb8f06003195 Mon Sep 17 00:00:00 2001 From: Nik Tumbri Date: Mon, 15 May 2023 12:23:28 +1000 Subject: [PATCH] weird errors with twine --- README.rst | 2 +- setup.cfg | 4 +++- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8c74c36..3aad8a9 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.cfg b/setup.cfg index 947ae37..5b94ee7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -20,6 +21,7 @@ classifiers = Development Status :: 5 - Production/Stable [options] + zip_safe = False include_package_data = True packages = find: diff --git a/setup.py b/setup.py index 6068493..2e64c9c 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ from setuptools import setup -setup() +setup(long_description_content_type='text/markdown')