Skip to content

Commit 53fb28c

Browse files
committed
Bump version 0.6.0
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent a0f25d6 commit 53fb28c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: setup.py

+8-7
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ def test_suite():
1515

1616
setup(
1717
name='spdx-tools',
18-
version='0.5.4',
18+
version='0.6.0',
1919
description='SPDX parser and tools.',
2020
long_description=long_description,
21-
long_description_content_type="text/markdown",
22-
packages=['spdx', 'spdx.parsers', 'spdx.writers', 'spdx.parsers.lexers'],
23-
package_data={'spdx': ['spdx_licenselist.csv']},
21+
long_description_content_type='text/markdown',
22+
packages=[
23+
'spdx',
24+
'spdx.parsers',
25+
'spdx.parsers.lexers',
26+
'spdx.writers',
27+
],
2428
include_package_data=True,
2529
zip_safe=False,
2630
test_suite='setup.test_suite',
@@ -36,9 +40,6 @@ def test_suite():
3640
'spdx-tv2rdf = spdx.tv_to_rdf:main',
3741
],
3842
},
39-
tests_require=[
40-
'xmltodict',
41-
],
4243

4344
author='Ahmed H. Ismail',
4445
author_email='[email protected]',

0 commit comments

Comments
 (0)