diff --git a/README-dev.rst b/README-dev.rst index 7d792d6..88c4a33 100644 --- a/README-dev.rst +++ b/README-dev.rst @@ -362,7 +362,27 @@ Here is a suggestion for some plugins you can install in PyCharm. License ^^^^^^^ -# TODO: ADD LICENSE TERMS +MIT License + +Copyright (c) 2024-2025 Mira Geoscience + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. Copyright diff --git a/README.rst b/README.rst index 86f6d92..32900a1 100644 --- a/README.rst +++ b/README.rst @@ -34,8 +34,8 @@ :alt: Maintainability -plate-simulation: # TODO: SHORT DESCRIPTION -========================================================================= +plate-simulation +================ **plate-simulation** is a package for creating a specialized mesh, model and simulation for a particular parameterization of the halfspace + overburden and plate geological setting. diff --git a/pyproject.toml b/pyproject.toml index c7809fe..a5cee96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,11 +16,10 @@ maintainers = [ ] documentation = "https://mirageoscience-plate-simulation.readthedocs-hosted.com/" homepage = "https://www.mirageoscience.com/mining-industry-software/python-integration/" -keywords = [] +keywords = ["geology", "geophysics", "modelling", "simulation"] -# TODO: adjust classifiers classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Programming Language :: Python", "Topic :: Scientific/Engineering",