Skip to content

Commit e6136fb

Browse files
committed
Update license metadata field
1 parent bff65b6 commit e6136fb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Publishing
8585

8686
We currently only publish source distributions.
8787
```sh
88-
pip install twine
88+
pip install setuptools twine
8989
python setup.py sdist
9090
twine upload dist/*
9191
```

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ version = "1.1.4"
88
description = "iconv-based Unicode converter"
99
readme = "README.md"
1010
requires-python = ">=3.6"
11-
license = {text = "GPL-3.0-or-later"}
11+
license = "GPL-3.0-or-later"
1212
maintainers = [
1313
{name = "Bodo Graumann", email = "mail@bodograumann.de"}
1414
]
1515
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
18-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1918
"Operating System :: POSIX",
2019
"Programming Language :: C",
2120
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)