MDAnalysis / membrane-curvature

MDAnalysis tool to calculate membrane curvature.
https://membrane-curvature.readthedocs.io/
GNU General Public License v3.0
29 stars 6 forks source link

Modernize setup to comply with PEP518 #104

Closed ojeda-e closed 7 months ago

ojeda-e commented 1 year ago

Although still functional, installation with setup.py is deprecated. According to PEP518:

The build system dependencies will be stored in a file named pyproject.toml that is written in the TOML format [6].

Additionally, there are two files that can be deleted in the root directory: .lgtm.yml and _config.yml

To fix this issue:

ojeda-e commented 7 months ago

Closing as #119 fixes this issue.