From dbf3b673a97433d23cb65583fc86e75f0400ed77 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 27 Sep 2018 15:19:44 +0200 Subject: [PATCH] Don't include text files in packaging --- COPYING => LICENSE | 0 NEWS.rst | 6 ++++++ README.rst | 6 +++--- cairosvg/VERSION | 2 +- setup.cfg | 15 ++++----------- 5 files changed, 14 insertions(+), 15 deletions(-) rename COPYING => LICENSE (100%) diff --git a/COPYING b/LICENSE similarity index 100% rename from COPYING rename to LICENSE diff --git a/NEWS.rst b/NEWS.rst index 0d6df1e0..703690e9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -3,6 +3,12 @@ ====== +Version 2.2.1 released on 2018-09-27 +==================================== + +* Fix packaging + + Version 2.2.0 released on 2018-09-21 ==================================== diff --git a/README.rst b/README.rst index 8df45847..f7c97195 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ -========= - Read Me -========= +========== + CairoSVG +========== CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. diff --git a/cairosvg/VERSION b/cairosvg/VERSION index e3a4f193..fae692e4 100644 --- a/cairosvg/VERSION +++ b/cairosvg/VERSION @@ -1 +1 @@ -2.2.0 \ No newline at end of file +2.2.1 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index bfbf1dd8..c3cabe0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,9 +2,9 @@ name = CairoSVG url = http://www.cairosvg.org/ version = file: cairosvg/VERSION -license = GNU LGPL v3+ +license = file: LICENSE description = A Simple SVG Converter based on Cairo -long_description = file:README.rst +long_description = file: README.rst, NEWS.rst long_description_content_type = text/x-rst author = Guillaume Ayoub author_email = community@kozea.fr @@ -33,9 +33,7 @@ classifiers = Topic :: Multimedia :: Graphics :: Graphics Conversion [options] -packages = - . - cairosvg +packages = cairosvg setup_requires = pytest-runner setuptools @@ -57,12 +55,7 @@ console-scripts = cairosvg = cairosvg.__main__:main [options.package_data] -. = - COPYING - NEWS.rst - README.rst -cairosvg = - VERSION +cairosvg = VERSION [options.extras_require] doc =