File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Publishing
8585
8686We currently only publish source distributions.
8787``` sh
88- pip install twine
88+ pip install setuptools twine
8989python setup.py sdist
9090twine upload dist/*
9191```
Original file line number Diff line number Diff line change @@ -8,14 +8,13 @@ version = "1.1.4"
88description = " iconv-based Unicode converter"
99readme = " README.md"
1010requires-python = " >=3.6"
11- license = { text = " GPL-3.0-or-later" }
11+ license = " GPL-3.0-or-later"
1212maintainers = [
1313 {name = " Bodo Graumann" , email = " mail@bodograumann.de" }
1414]
1515classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments