set license in setup.py file (#125)

ref: #124
This commit is contained in:
Newman 2022-12-02 18:45:02 +08:00 committed by GitHub
parent 922c24030e
commit 3b6c15699b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ setup(
author_email = 'josh@junon.me',
url = 'https://github.com/qix-/better-exceptions',
download_url = 'https://github.com/qix-/better-exceptions/archive/{}.tar.gz'.format(version),
license = 'MIT',
keywords = ['pretty', 'better', 'exceptions', 'exception', 'error', 'local', 'debug', 'debugging', 'locals'],
classifiers = [],
extras_require = {