diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79fd9fa..dbb5e47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: with: python-version: '3.13' test_extras: 'tests' - test_command: 'pytest -p no:warnings --doctest-rst --pyargs {{ cookiecutter.module_name }}' + test_command: 'pytest -p no:warnings --doctest-rst --pyargs smart' submodules: false save_artifacts: true upload_to_pypi: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9220abc..a5e5b6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: args: ["--fix"] types: [python] # Define here once and then reference using YAML anchor - exclude: &exclude_dirs ^{{ cookiecutter.module_name }}/(data|extern)/ + exclude: &exclude_dirs ^smart/(data|extern)/ - id: ruff-format exclude: *exclude_dirs - repo: https://github.com/pre-commit/pre-commit-hooks diff --git a/README.rst b/README.rst index 13230d8..f6b0010 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ ``smart`` ========= -SolarMonitor Active Regtion Tracking (SMART) +SolarMonitor Active Region Tracking (SMART) Usage of Generative AI ---------------------- @@ -25,7 +25,7 @@ For more information on contributing to SunPy, please read our `Newcomers' guide .. _Developers Guide: https://docs.sunpy.org/en/latest/dev_guide/index.html .. _`#sunpy:openastronomy.org`: https://app.element.io/#/room/#sunpy:openastronomy.org -.. _issues page: +.. _issues page: https://github.com/TCDSolar/SMARTpy/issues .. _Newcomers' guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html -When you are interacting with the SunPy community you are asked at to follow our `code of conduct `__. +When you are interacting with the SunPy community you are asked to follow our `code of conduct `__. diff --git a/licenses/LICENSE.rst b/licenses/LICENSE.rst index acbefcf..771db28 100644 --- a/licenses/LICENSE.rst +++ b/licenses/LICENSE.rst @@ -9,7 +9,7 @@ are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the smart team nor the names of its contributors may be +* Neither the name of the SolarMonitor team nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/pyproject.toml b/pyproject.toml index d691071..aec7c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" [project] name = "smart" -description = "SolarMonitor Active Regtion Tracking (SMART)" +description = "SolarMonitor Active Region Tracking (SMART)" requires-python = ">=3.12" readme = { file = "README.rst", content-type = "text/x-rst" } license-files = ["licenses/LICENSE.rst"]