Skip to content

Commit

Permalink
Ensure that the licenses.json is included
Browse files Browse the repository at this point in the history
 * add proper manifest
 * bump version

Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Jun 15, 2017
1 parent 462e986 commit be763ad
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
Empty file added CHANGELOG.rst
Empty file.
22 changes: 22 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
graft etc
graft tests
graft spdx
graft data
graft examples

prune src/spdx_tools.egg-info

include spdx/licenses.json
include README.md
include CHANGELOG.rst
include LICENSE
include MANIFEST.in
include setup.py
include setup.cfg
include .gitignore
include MANIFEST.in
include .travis.yml
include circle.yml
include appveyor.yml

global-exclude *.py[co] __pycache__ *.*~
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def test_suite():

setup(
name='spdx-tools',
version='0.5.2',
version='0.5.3',
description='SPDX parser and tools.',
packages=['spdx', 'spdx.parsers', 'spdx.writers', 'spdx.parsers.lexers'],
package_data={'spdx': ['spdx_licenselist.csv']},
Expand Down

0 comments on commit be763ad

Please sign in to comment.