spyrmsd icon indicating copy to clipboard operation
spyrmsd copied to clipboard

Fix setup.py and pyproject.toml

Open RMeli opened this issue 9 months ago • 0 comments

  • Most of the information is redundant
  • pip install -e .[openbabel] and similar do not work (optional dependencies)
  • Trying to add optional dependencies to pyproject.toml results in flit_core.config.ConfigError: Use [project] table for metadata or [tool.flit.metadata], not both.

Deal with optional dependencies:

  • pytest for tests
  • requests (for large tests)
  • rdkit or openbabel

RMeli avatar May 28 '24 20:05 RMeli