File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 22name = CairoSVG
33url = https://courtbouillon.org/cairosvg
44version = file: cairosvg/VERSION
5- license = LGPLv3+
6- license_files = [ LICENSE ]
5+ license = LGPL-3.0-or-later
6+ license_file = LICENSE
77description = A Simple SVG Converter based on Cairo
88long_description = file: README.rst
99long_description_content_type = text/x-rst
@@ -24,7 +24,6 @@ classifiers =
2424 Development Status :: 5 - Production/Stable
2525 Environment :: Console
2626 Intended Audience :: End Users/Desktop
27- License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
2827 Operating System :: OS Independent
2928 Programming Language :: Python :: 3 :: Only
3029 Programming Language :: Python :: 3.9
@@ -49,7 +48,7 @@ install_requires =
4948 defusedxml
5049 pillow
5150 tinycss2
52- python_requires = >= 3.5
51+ python_requires = >= 3.9
5352
5453[options.entry_points]
5554console_scripts =
@@ -68,14 +67,14 @@ test =
6867 isort
6968
7069[bdist_wheel]
71- python-tag = py3
70+ python_tag = py3
7271
7372[tool:pytest]
7473norecursedirs =
7574 build
7675 cairosvg_reference
7776 dist
78- test_regression /cairosvg_reference
77+ test_non_regression /cairosvg_reference
7978 venv
8079 .cache
8180 .eggs
You can’t perform that action at this time.
0 commit comments