File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -1052,7 +1052,6 @@ def __init__(self, path=None):
10521052 self .maintainer_email = None
10531053 self .url = None
10541054 self .license = None
1055- self .license_expression = None
10561055 self .description = None
10571056 self .long_description = None
10581057 self .keywords = None
@@ -1090,7 +1089,6 @@ def _read_list(name):
10901089 self .maintainer_email = None
10911090 self .url = _read_field ('home-page' )
10921091 self .license = _read_field ('license' )
1093- self .license_expression = _read_field ('license-expression' )
10941092
10951093 if 'download-url' in msg :
10961094 self .download_url = _read_field ('download-url' )
@@ -1223,11 +1221,6 @@ def get_license(self):
12231221
12241222 get_licence = get_license
12251223
1226- def get_license_expression (self ):
1227- return self .license_expression
1228-
1229- get_license_expression = get_license_expression
1230-
12311224 def get_description (self ):
12321225 return self .description
12331226
You can’t perform that action at this time.
0 commit comments