Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b7089e

Browse files
committed
LIC: change the license listed in setup.py
We actually use a license derived from the PSF license rather than BSD (but they are in the same family). Closes #12766
1 parent 1f0afe6 commit 0b7089e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def run(self):
273273
development and web application servers targeting multiple user
274274
interfaces and hardcopy output formats.
275275
""",
276-
license="BSD",
276+
license="PSF",
277277
packages=packages,
278278
namespace_packages=namespace_packages,
279279
platforms='any',

0 commit comments

Comments
 (0)