1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
diff --git a/setup.cfg b/setup.cfg
index 224a779..08aedd7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,2 +1,2 @@
[metadata]
-description-file = README.md
\ No newline at end of file
+description_file = README.md
diff --git a/setup.py b/setup.py
index 68570f6..e151cde 100644
--- a/setup.py
+++ b/setup.py
@@ -129,7 +129,7 @@ def run(self):
entry_points={"gui_scripts": ["dwex = dwex.__main__:main"]},
cmdclass={'install': my_install},
keywords = ['dwarf', 'debug', 'debugging', 'symbols', 'viewer', 'view', 'browser', 'browse', 'tree'],
- license="BSD",
+ license="BSD-3-Clause",
author="Seva Alekseyev",
author_email="sevaa@sprynet.com",
description="GUI viewer for DWARF debug information",
@@ -142,7 +142,6 @@ def run(self):
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
- "License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Environment :: MacOS X :: Cocoa",
"Environment :: Win32 (MS Windows)",
|