Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
Pro and uilianries authored Sep 22, 2021
1 parent 3723652 commit aa96f30
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions recipes/ua-nodeset/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ def _extract_license(self):
def source(self):
tools.get(**self.conan_data["sources"][self.version])
os.rename("{}-{}".format("UA-Nodeset", "PADIM-1.02-2021-07-21"), self._source_subfolder)
self._extract_license()



def build(self):
pass


def package(self):
self._extract_license()
self.copy("*", dst="res", src=self._source_subfolder)
self.copy("LICENSE", dst="licenses")

Expand Down

0 comments on commit aa96f30

Please sign in to comment.