Skip to content

Commit

Permalink
Merge pull request #443 from arcivanov/issue_442
Browse files Browse the repository at this point in the history
Copy resource doesn't include the LICENSE file in the distro
  • Loading branch information
arcivanov committed Dec 19, 2016
2 parents 29b1acd + e03cab1 commit e42bd03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@ def initialize(project):
project.set_property('frosted_include_test_sources', True)
project.set_property('frosted_include_scripts', True)

project.set_property("copy_resources_target", "$dir_dist")
project.set_property("copy_resources_target", "$dir_dist/pybuilder")
project.get_property("copy_resources_glob").append("LICENSE")
project.get_property("filter_resources_glob").append("**/pybuilder/__init__.py")
project.include_file("pybuilder", "LICENSE")

project.set_property("sphinx_doc_author", "PyBuilder Team")
project.set_property("sphinx_doc_builder", "html")
Expand Down

0 comments on commit e42bd03

Please sign in to comment.