Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
---------
# 3.0.1
* remove setup.{py,cfg}, update pyproject.toml, use openbabel 3.2.0

# 3.0.0
* added new `--regions` flag to enable detection of interactions between protein regions (by @snbolz)
* reworked XML and TXT report file naming; changes default behavior
Expand Down
2 changes: 1 addition & 1 deletion plip/basic/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '3.0.0'
__version__ = '3.0.1'
__maintainer__ = 'PharmAI GmbH (2020-2021) - www.pharm.ai - hello@pharm.ai'
__citation_information__ = "Schake,P. Bolz,SN. et al. PLIP 2025: introducing protein–protein interactions to the protein–ligand interaction profiler. " \
"Nucl. Acids Res. (10 May 2025), gkaf361. doi: 10.1093/nar/gkaf361"
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools","pip","requests"]
requires = ["setuptools"]

[project]
name = "plip"
Expand Down Expand Up @@ -31,13 +31,14 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering :: Bio-Informatics"
]

dependencies = [
"numpy>=1.13.3",
"lxml>=4.2.1",
"openbabel>=3.1.1",
"openbabel>=3.2.0",
]

[project.urls]
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

101 changes: 0 additions & 101 deletions setup.py

This file was deleted.

Loading