From 4cf359d13f5cc95534827e648f6f5a627cd2a19a Mon Sep 17 00:00:00 2001 From: George Feinberg <39782661+gmfeinberg@users.noreply.github.com> Date: Mon, 13 Jun 2022 11:40:54 -0400 Subject: [PATCH] Fix twine upload warnings --- README.rst | 8 -------- setup.py | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 5ec1511..a20088c 100644 --- a/README.rst +++ b/README.rst @@ -73,14 +73,6 @@ Changes See the `Changelog `_. -============ -Contributing -============ - -The nosql-python-sdk is an open source project. See `Contributing `_ for -information on how to contribute to the project. - ==== Help ==== diff --git a/setup.py b/setup.py index 6b8c1c6..d1aedff 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ def open_relative(*path): version=version, description='Oracle NoSQL Database Python SDK', long_description=readme, + long_description_content_type='text/x-rst', author='Oracle', author_email='george.feinberg@oracle.com',