From fba6824efbec758fd4ad663b57c526083ac1ef7a Mon Sep 17 00:00:00 2001 From: sethg Date: Thu, 28 Sep 2023 10:55:42 +0200 Subject: [PATCH] Bump version and setup.py fixes --- README.rst | 7 ++----- mappyfile/__init__.py | 2 +- setup.py | 1 + 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 69194b0..b788843 100644 --- a/README.rst +++ b/README.rst @@ -13,11 +13,6 @@ mappyfile is used for formatting and validation in https://app.mapserverstudio.n of your Mapfiles. If you find mappyfile useful please consider signing up for a professional account at https://mapserverstudio.net/. This will help to fund maintenance and further development of both mappyfile and MapServer. -mappyfile was first introduced in a presentation at `FOSS4G Europe 2017 `_ - slides are available -:download:`to download here `. - -.. image:: https://raw.githubusercontent.com/geographika/mappyfile/master/docs/images/class_parsed_small.png - Requirements ------------ @@ -54,6 +49,8 @@ Documentation Full documentation is available at http://mappyfile.readthedocs.io/en/latest/ +.. image:: https://raw.githubusercontent.com/geographika/mappyfile/master/docs/images/class_parsed_small.png + Usage ----- diff --git a/mappyfile/__init__.py b/mappyfile/__init__.py index e5ba937..9e43321 100644 --- a/mappyfile/__init__.py +++ b/mappyfile/__init__.py @@ -54,7 +54,7 @@ dict_move_to_end, ) -__version__ = "0.9.7" +__version__ = "1.0.0" __all__ = [ "open", diff --git a/setup.py b/setup.py index b6f3cc8..be5d701 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ def readme(): version=__version__, description="A pure Python MapFile parser for working with MapServer", long_description=readme(), + long_description_content_type="text/x-rst", classifiers=[ # See https://pypi.python.org/pypi?%3Aaction=list_classifiers "Development Status :: 5 - Production/Stable",