from conans import ConanFile class ConanPyReq(ConanFile): name = "py_req" version = "0.0.1" exports = "*.py"