From e4f7b309c505b426a41bb1ef79dad98bd4ca7760 Mon Sep 17 00:00:00 2001 From: Allan Galarza Date: Tue, 10 Apr 2018 11:48:15 -0700 Subject: [PATCH] Fixed classifier and uploaded to PyPi --- README.rst | 8 ++++---- docs/index.md | 5 ++++- setup.py | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index fc41366..ddd9ebe 100644 --- a/README.rst +++ b/README.rst @@ -5,10 +5,6 @@ markdowndotnet Python command line tool to generate markdown documents from C# Library files and their XML documentation. -.. image:: https://img.shields.io/badge/python-3.6-yellow.svg - :target: https://img.shields.io/badge/python-3.6-yellow.svg - :alt: Python version - .. image:: https://travis-ci.org/Galarzaa90/markdowndotnet.svg?branch=master :target: https://travis-ci.org/Galarzaa90/markdowndotnet :alt: Build Status @@ -17,6 +13,10 @@ Python command line tool to generate markdown documents from C# Library files an :target: https://pypi.python.org/pypi/markdowndotnet/ :alt: PyPI +.. image:: https://img.shields.io/pypi/pyversions/markdowndotnet.svg + :target: https://pypi.python.org/pypi/markdowndotnet/ + :alt: PyPI - Python Version + Requirements ------------ diff --git a/docs/index.md b/docs/index.md index 1d5dc2f..04d91ff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,7 +2,10 @@ # markdowndotnet Python command line tool to generate markdown documents from C# Library files and their XML documentation. -![Python version](https://img.shields.io/badge/python-3.6-yellow.svg) [![Build Status](https://travis-ci.org/Galarzaa90/markdowndotnet.svg?branch=master)](https://travis-ci.org/Galarzaa90/markdowndotnet) [![PyPI](https://img.shields.io/pypi/v/markdowndotnet.svg)](https://pypi.python.org/pypi/markdowndotnet/) +[![Build Status](https://travis-ci.org/Galarzaa90/markdowndotnet.svg?branch=master)](https://travis-ci.org/Galarzaa90/markdowndotnet) +[![PyPI](https://img.shields.io/pypi/v/markdowndotnet.svg)](https://pypi.python.org/pypi/markdowndotnet/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/markdowndotnet.svg)](https://pypi.python.org/pypi/markdowndotnet) + ## Requirements * Python 3.6 or higher diff --git a/setup.py b/setup.py index e3d2eda..812fb46 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'Intended Audience :: Developers', 'Natural Language :: English', 'Operating System :: OS Independent', - 'Programming Language :: C#' + 'Programming Language :: C#', 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5',