Skip to content

Commit a4b04d7

Browse files
committed
Fixed type. Added dep and other minor refinements.
1 parent 1fda7e7 commit a4b04d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def read(*names, **kwargs):
3030
setup(
3131
name='scancode-toolkit',
3232
version='1.0.0',
33-
license='Apache-2.0 and CC0-1.0 and others',
34-
description='ScanCode is a tool to scan code for license, copyright and other interesting facts.',
33+
license='Apache-2.0 with ScanCode acknowledgment and CC0-1.0 and others',
34+
description='ScanCode is a tool to scan code for license, copyright and other interesting facts.',
3535
long_description=long_description,
3636
author='ScanCode',
3737
author_email='[email protected]',
@@ -108,6 +108,7 @@ def read(*names, **kwargs):
108108
'execnet',
109109
'py',
110110
'pytest-xdist',
111+
'bumpversion',
111112
],
112113

113114
},

0 commit comments

Comments
 (0)