We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c0e94 commit 0b046c9Copy full SHA for 0b046c9
CHANGES/1216.contrib.rst
@@ -0,0 +1 @@
1
+Fixed ``setuptools`` deprecation warning about the license specification -- by :user:`asvetlov`.
setup.cfg
@@ -22,16 +22,14 @@ long_description = file: README.rst
22
long_description_content_type = text/x-rst
23
author = Andrew Svetlov
24
author_email = [email protected]
25
-license = Apache 2
+license = Apache License 2.0
26
license_files =
27
LICENSE
28
classifiers =
29
Development Status :: 5 - Production/Stable
30
31
Intended Audience :: Developers
32
33
- License :: OSI Approved :: Apache Software License
34
-
35
Programming Language :: Python
36
Programming Language :: Python :: 3
37
Programming Language :: Python :: 3.9
0 commit comments