You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-xmp-toolkit/SOURCES/0cbdae107d9b8e825511c6a6833...

55 lines
1.8 KiB

From 0cbdae107d9b8e825511c6a6833d47923208ed7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Carretero?= <cJ@zougloub.eu>
Date: Mon, 8 Jan 2024 10:40:00 -0500
Subject: [PATCH] enable pypi upload of v2.0.2
---
README.rst | 4 ++--
libxmp/version.py | 2 +-
setup.py | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.rst b/README.rst
index 95f7c1f..5e73947 100644
--- a/README.rst
+++ b/README.rst
@@ -24,7 +24,7 @@ Python XMP Toolkit has been developed by:
* CRS4 - Centre for Advanced Studies, Research and Development in Sardinia
Documentation
-============
+=============
Documentation is available at <http://python-xmp-toolkit.readthedocs.org> or can be build using Sphinx: ::
pip install Sphinx
@@ -42,4 +42,4 @@ or (to also show test coverage) ::
.. image:: https://d2weczhvl823v0.cloudfront.net/python-xmp-toolkit/python-xmp-toolkit/trend.png
:alt: Bitdeli badge
- :target: https://bitdeli.com/free
\ No newline at end of file
+ :target: https://bitdeli.com/free
diff --git a/libxmp/version.py b/libxmp/version.py
index bf1034f..d2aa557 100644
--- a/libxmp/version.py
+++ b/libxmp/version.py
@@ -40,5 +40,5 @@
# Do not change the format of this next line! Doing so risks breaking
# setup.py
-VERSION = "2.0.1"
+VERSION = "2.0.2"
VERSION_TUPLE = LooseVersion(VERSION).version
diff --git a/setup.py b/setup.py
index 684066f..98b6783 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,7 @@
'author_email': 'lars@hankat.dk',
'url': 'https://github.com/python-xmp-toolkit/python-xmp-toolkit',
'long_description': open('README.rst').read(),
+ 'long_description_content_type': 'text/x-rst',
'download_url': 'https://pypi.python.org/pypi/python-xmp-toolkit',
'license': 'New BSD License',
'install_requires': ['pytz'],