diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..c80443d976a4bb87fb0daf8b9f42cb267a361870 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,16 @@ +[project] +name = "alphapulldown-modelcif-converter" +version = "0.0.1" +requires-python = "==3.8" +dependencies = [ + "modelcif==0.8", +] + +[tool.black] +line-length = 80 + +[tool.pylint.REPORTS] +reports = "no" + +[tool.pylint.FORMAT] +max-line-length = 81