From 3eed400332619f89fefa3dbe495abb3fd22a7b81 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 20 Feb 2025 11:33:55 -0800 Subject: [PATCH 1/3] Add license to README-dev --- README-dev.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README-dev.rst b/README-dev.rst index e4bd585..9d1a4c5 100644 --- a/README-dev.rst +++ b/README-dev.rst @@ -363,7 +363,18 @@ Here is a suggestion for some plugins you can install in PyCharm. License ^^^^^^^ -# TODO: ADD LICENSE TERMS +surface-apps is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +surface-apps is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with surface-apps. If not, see . Copyright From bffed4483e8cb34f16beb22072f98909f7cb065c Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 20 Feb 2025 11:34:33 -0800 Subject: [PATCH 2/3] Update toml file --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1cbef11..fab2487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ packages = [ { include = "surface_apps" }, { include = "surface_apps-assets" }, ] - include = [ "COPYING", "COPYING.LESSER", @@ -23,8 +22,7 @@ include = [ "README.rst", "THIRD_PARTY_SOFTWARE.rst", ] - -# TODO: adjust classifiers +keywords = ["geology", "geophysics", "earth sciences"] classifiers = [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research", From 53b993dc240d00cc2946f124b45da0f5e7c32fc4 Mon Sep 17 00:00:00 2001 From: dominiquef Date: Thu, 20 Feb 2025 12:02:32 -0800 Subject: [PATCH 3/3] More edits to toml --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fab2487..b1ef3af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,17 +10,17 @@ maintainers = [ "Dominique Fournier ", ] homepage = "https://www.mirageoscience.com/mining-industry-software/python-integration/" -readme = "README.rst" +readme = "package.rst" packages = [ { include = "surface_apps" }, { include = "surface_apps-assets" }, ] include = [ - "COPYING", - "COPYING.LESSER", - "LICENSE", - "README.rst", - "THIRD_PARTY_SOFTWARE.rst", + { path = "COPYING" }, + { path = "COPYING.LESSER" }, + { path = "LICENSE" }, + { path = "README.rst" }, + { path = "docs/**/THIRD_PARTY_SOFTWARE.rst" }, ] keywords = ["geology", "geophysics", "earth sciences"] classifiers = [