Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Apr 26, 2024
1 parent f8fe2ac commit 16fb00f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,5 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

.vscode/
.vscode/
poetry.lock
13 changes: 9 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,22 @@ biopython = "1.80"
freesasa = "2.2.1"
numpy = "^1.22.0"

[tool.poetry.scripts]
prodigy = "prodigy.predict_IC:main"

[tool.poetry.group.test.dependencies]
coverage = "^7.1.0"
pytest = "^8.1.1"

[tool.poetry.scripts]
prodigy = "prodigy.predict_IC:main"

[tool.black]
line-length = 79

[tool.setuptools]
packages = ["prodigy", "prodigy.lib"]
include-package-data = true
packages = ["src"]

[tool.pytest.ini_options]
pythonpath = ["src"]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 16fb00f

Please sign in to comment.