spyrmsd
spyrmsd copied to clipboard
Fix setup.py and pyproject.toml
- 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 inflit_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
oropenbabel