Skip to content

Commit

Permalink
Bump version 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Aug 28, 2019
1 parent a0f25d6 commit 53fb28c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ def test_suite():

setup(
name='spdx-tools',
version='0.5.4',
version='0.6.0',
description='SPDX parser and tools.',
long_description=long_description,
long_description_content_type="text/markdown",
packages=['spdx', 'spdx.parsers', 'spdx.writers', 'spdx.parsers.lexers'],
package_data={'spdx': ['spdx_licenselist.csv']},
long_description_content_type='text/markdown',
packages=[
'spdx',
'spdx.parsers',
'spdx.parsers.lexers',
'spdx.writers',
],
include_package_data=True,
zip_safe=False,
test_suite='setup.test_suite',
Expand All @@ -36,9 +40,6 @@ def test_suite():
'spdx-tv2rdf = spdx.tv_to_rdf:main',
],
},
tests_require=[
'xmltodict',
],

author='Ahmed H. Ismail',
author_email='[email protected]',
Expand Down

0 comments on commit 53fb28c

Please sign in to comment.