From 6459daf902d557d32a556e75888240007042aec7 Mon Sep 17 00:00:00 2001 From: Vitaliy Saveliev <70613571+milkrage@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:32:40 +0300 Subject: [PATCH] Small fix README.md (#33) - delete travis.org (deprecated) - add content_type for PyPI --- README.md | 2 -- setup.cfg | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51d971f..0c2c167 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # python-selvpcclient -[![Build Status](https://travis-ci.org/selectel/python-selvpcclient.svg?branch=master)](https://travis-ci.org/selectel/python-selvpcclient) - This is a client for the Selectel VPC API. There is a Python API (the selvpcclient module), and command-line script (installed as **selvpc**). diff --git a/setup.cfg b/setup.cfg index a46c6c4..425c184 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,8 @@ name = python-selvpcclient author = Selectel author-email = m.kalinin@selectel.ru summary = Client for the Selectel Virtual Private Cloud API. -description-file = README.md +long_description = file: README.md +long_description_content_type = text/markdown home-page = https://github.com/selectel/python-selvpcclient license = Apache License, Version 2.0 classifier =