Skip to content

Commit

Permalink
removed redundant scm atrribute
Browse files Browse the repository at this point in the history
no longer used in conan 2.0

contributes to CURA-10951
  • Loading branch information
jellespijker committed Aug 29, 2023
1 parent 64b2dd7 commit 51227eb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ class PyNest2DConan(ConanFile):
"py_build_requires": '"sip >=6, <7", "setuptools>=40.8.0", "wheel"',
"py_build_backend": "sipbuild.api",
}
scm = {
"type": "git",
"subfolder": ".",
"url": "auto",
"revision": "auto"
}

def set_version(self):
if not self.version:
Expand Down

0 comments on commit 51227eb

Please sign in to comment.