Skip to content

Commit 946ab0c

Browse files
committed
Update the SPEC version and remove the 'license_text' and 'notice' field
1 parent 0dd8d39 commit 946ab0c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

about_code_tool/about.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
__version__ = '0.9.0'
5050

5151
# See http://dejacode.org
52-
__about_spec_version__ = '0.8.1'
52+
__about_spec_version__ = '1.0'
5353

5454

5555
__copyright__ = """
@@ -146,10 +146,8 @@ def repr_problem(obj):
146146

147147

148148
LICENSE_FIELDS = (
149-
'notice',
150149
'notice_file',
151150
'notice_url',
152-
'license_text',
153151
'license_text_file',
154152
'license_url',
155153
'license_spdx',

0 commit comments

Comments
 (0)