You've already forked pygconsole
fix the markdown format declaration for the README file in setup.cfg
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__VERSION__ = "0.1.0"
|
__VERSION__ = "0.1.1"
|
||||||
RESOURCE_LOCATION = "resources"
|
RESOURCE_LOCATION = "resources"
|
||||||
import pygconsole.console, pygconsole.io
|
import pygconsole.console, pygconsole.io
|
@@ -5,7 +5,7 @@ author = devfred78
|
|||||||
author_email = devfred78@gmail.com
|
author_email = devfred78@gmail.com
|
||||||
description = ANSI terminal emulation for Pygame
|
description = ANSI terminal emulation for Pygame
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_decription_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
url = https://github.com/devfred78/pygconsole
|
url = https://github.com/devfred78/pygconsole
|
||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://github.com/devfred78/pygconsole/issues
|
Bug Tracker = https://github.com/devfred78/pygconsole/issues
|
||||||
|
Reference in New Issue
Block a user