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 diff --git a/pyproject.toml b/pyproject.toml index 1cbef11..b1ef3af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,21 +10,19 @@ 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" }, ] - -# TODO: adjust classifiers +keywords = ["geology", "geophysics", "earth sciences"] classifiers = [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Science/Research",