summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian <Shortfinga@users.noreply.github.com>2022-09-19 12:33:08 +0200
committerGitHub <noreply@github.com>2022-09-19 12:33:08 +0200
commit9c38dd74e8a393371e6547b9404c303fa85a1459 (patch)
tree9a8ada401c36072c6c610ada57c9d55dff3f6f4d
parent29e644042eff71c0ca3706a563d46322822ca28b (diff)
downloadpsutil-9c38dd74e8a393371e6547b9404c303fa85a1459.tar.gz
Set parsable BSD-3-Clause license in setup.py (#2141)
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a6f6eb16..2fa216c7 100755
--- a/setup.py
+++ b/setup.py
@@ -360,7 +360,7 @@ def main():
author_email='g.rodola@gmail.com',
url='https://github.com/giampaolo/psutil',
platforms='Platform Independent',
- license='BSD',
+ license='BSD-3-Clause',
packages=['psutil', 'psutil.tests'],
ext_modules=extensions,
classifiers=[