Skip to content

Commit 5b1c860

Browse files
committed
Update setup.cfg
1 parent 500391d commit 5b1c860

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

setup.cfg

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name = CairoSVG
33
url = https://courtbouillon.org/cairosvg
44
version = file: cairosvg/VERSION
5-
license = LGPLv3+
6-
license_files = [ LICENSE ]
5+
license = LGPL-3.0-or-later
6+
license_file = LICENSE
77
description = A Simple SVG Converter based on Cairo
88
long_description = file: README.rst
99
long_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]
5554
console_scripts =
@@ -68,14 +67,14 @@ test =
6867
isort
6968

7069
[bdist_wheel]
71-
python-tag = py3
70+
python_tag = py3
7271

7372
[tool:pytest]
7473
norecursedirs =
7574
build
7675
cairosvg_reference
7776
dist
78-
test_regression/cairosvg_reference
77+
test_non_regression/cairosvg_reference
7978
venv
8079
.cache
8180
.eggs

0 commit comments

Comments
 (0)