diff --git a/.copier-answers.yml b/.copier-answers.yml index 852ca67b..6b5476e4 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -6,7 +6,7 @@ author_name: Giles Knap component_owner: group:default/sscc description: GUI for low level control and monitoring of turbo pmac and power pmac motion controllers -distribution_name: dls-pmac-control +distribution_name: dls-pmaccontrol docker: true docs_type: sphinx git_platform: github.com diff --git a/README.md b/README.md index 9be2f1db..e6c1e30f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CI](https://github.com/DiamondLightSource/dls-pmac-control/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/dls-pmac-control/actions/workflows/ci.yml) [![Coverage](https://codecov.io/gh/DiamondLightSource/dls-pmac-control/branch/main/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/dls-pmac-control) -[![PyPI](https://img.shields.io/pypi/v/dls-pmac-control.svg)](https://pypi.org/project/dls-pmac-control) +[![PyPI](https://img.shields.io/pypi/v/dls-pmaccontrol.svg)](https://pypi.org/project/dls-pmaccontrol) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) # dls_pmac_control @@ -10,7 +10,7 @@ end to control the DeltaTau PMAC, Power PMAC and Geobrick motor control systems. Source | :---: | :---: -PyPI | `pip install dls-pmac-control` +PyPI | `pip install dls-pmaccontrol` Documentation | Releases | diff --git a/catalog-info.yaml b/catalog-info.yaml index 45a8ac51..7e390d79 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,7 +1,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: dls-pmac-control + name: dls-pmaccontrol title: dls-pmac-control description: GUI for low level control and monitoring of turbo pmac and power pmac motion controllers spec: diff --git a/docs/tutorials/installation.md b/docs/tutorials/installation.md index 836070d9..327c596e 100644 --- a/docs/tutorials/installation.md +++ b/docs/tutorials/installation.md @@ -24,7 +24,7 @@ $ source /path/to/venv/bin/activate You can now use `pip` to install the library and its dependencies: ``` -$ python3 -m pip install dls-pmac-control +$ python3 -m pip install dls-pmaccontrol ``` If you require a feature that is not currently released you can also install diff --git a/pyproject.toml b/pyproject.toml index 78142b63..a53e66b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2"] build-backend = "setuptools.build_meta" [project] -name = "dls-pmac-control" +name = "dls-pmaccontrol" classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License",