From 862bd1646fd95a097bf4d205726cbf999b4e4bc9 Mon Sep 17 00:00:00 2001 From: devfred78 <97401939+devfred78@users.noreply.github.com> Date: Sun, 30 Jan 2022 21:12:16 +0100 Subject: [PATCH] fix the markdown format declaration for the README file in setup.cfg --- pygconsole/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pygconsole/__init__.py b/pygconsole/__init__.py index 73519ef..e2f19df 100644 --- a/pygconsole/__init__.py +++ b/pygconsole/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -__VERSION__ = "0.1.0" +__VERSION__ = "0.1.1" RESOURCE_LOCATION = "resources" import pygconsole.console, pygconsole.io \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 26c0a96..9b6b6fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author = devfred78 author_email = devfred78@gmail.com description = ANSI terminal emulation for Pygame long_description = file: README.md -long_decription_content_type = text/markdown +long_description_content_type = text/markdown url = https://github.com/devfred78/pygconsole project_urls = Bug Tracker = https://github.com/devfred78/pygconsole/issues