Skip to content

Commit 0b046c9

Browse files
authored
Fix setuptools deprecation warning about the license (#1216)
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
1 parent 97c0e94 commit 0b046c9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGES/1216.contrib.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed ``setuptools`` deprecation warning about the license specification -- by :user:`asvetlov`.

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ long_description = file: README.rst
2222
long_description_content_type = text/x-rst
2323
author = Andrew Svetlov
2424
author_email = [email protected]
25-
license = Apache 2
25+
license = Apache License 2.0
2626
license_files =
2727
LICENSE
2828
classifiers =
2929
Development Status :: 5 - Production/Stable
3030

3131
Intended Audience :: Developers
3232

33-
License :: OSI Approved :: Apache Software License
34-
3533
Programming Language :: Python
3634
Programming Language :: Python :: 3
3735
Programming Language :: Python :: 3.9

0 commit comments

Comments
 (0)