From f21b3097426ff84aa36d047a1fb9e1c5b60ac45f Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Fri, 22 Nov 2024 14:26:25 +0100 Subject: [PATCH 1/2] Include license in source distribution --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e534749..8709b99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.rst" authors = [ {name = "Seth Axen", email = "seth.axen@gmail.com"}, ] -license = {text = "LGPLv3"} +license = {file = "LICENSE.txt"} keywords = ["e3fp", "3d", "molecule", "fingerprint", "conformer"] classifiers = [ "Programming Language :: Python", From 7fc138fcf83b63fdd7d854141666639a3a025e63 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Fri, 22 Nov 2024 14:27:55 +0100 Subject: [PATCH 2/2] Remove outdated manifest file --- MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index b82506d..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include LICENSE.txt -recursive-include e3fp/test/data * -recursive-include e3fp *cfg -recursive-include e3fp/fingerprint/metrics * -recursive-exclude * __pycache__ -recursive-exclude * *.py[co]