diff --git a/pyproject.toml b/pyproject.toml index c3c2abb..fed1df9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" authors = [{name = "Gaetano Calabro and David Mobley"}] maintainers = [{name = "The Open Free Energy developers", email = "openfreeenergy@omsf.io"}] license = "MIT" -license-files = ["LICENSE"] +license-files = ["LICENSE.txt"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", @@ -32,11 +32,6 @@ urls = {Homepage = "https://github.com/OpenFreeEnergy/Lomap"} keywords = ['alchemical free energy', 'setup', 'perturbation', 'network'] requires-python = ">= 3.9" dependencies = [ - "numpy", - "networkx", - "matplotlib", - "rdkit", - "gufe>=0.9.0", ] dynamic = ["version"] @@ -55,8 +50,5 @@ lomap = "lomap.dbmol:startup" zip-safe = false include-package-data = true -[tool.setuptools.packages] -find = {namespaces = false} - [tool.setuptools_scm] fallback_version = "0.0.0"