Skip to content

Commit bb4d0b6

Browse files
authored
Merge pull request #28 from DiamondLightSource/copier-template
rename package to original dls-pmaccontrol
2 parents a9170e6 + d0afc0a commit bb4d0b6

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author_name: Giles Knap
66
component_owner: group:default/sscc
77
description: GUI for low level control and monitoring of turbo pmac and power pmac
88
motion controllers
9-
distribution_name: dls-pmac-control
9+
distribution_name: dls-pmaccontrol
1010
docker: true
1111
docs_type: sphinx
1212
git_platform: github.com

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![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)
22
[![Coverage](https://codecov.io/gh/DiamondLightSource/dls-pmac-control/branch/main/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/dls-pmac-control)
3-
[![PyPI](https://img.shields.io/pypi/v/dls-pmac-control.svg)](https://pypi.org/project/dls-pmac-control)
3+
[![PyPI](https://img.shields.io/pypi/v/dls-pmaccontrol.svg)](https://pypi.org/project/dls-pmaccontrol)
44
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55

66
# dls_pmac_control
@@ -10,7 +10,7 @@ end to control the DeltaTau PMAC, Power PMAC and Geobrick motor control systems.
1010

1111
Source | <https://github.com/DiamondLightSource/dls-pmac-control>
1212
:---: | :---:
13-
PyPI | `pip install dls-pmac-control`
13+
PyPI | `pip install dls-pmaccontrol`
1414
Documentation | <https://diamondlightsource.github.io/dls-pmac-control>
1515
Releases | <https://github.com/DiamondLightSource/dls-pmac-control/releases>
1616

catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: backstage.io/v1alpha1
22
kind: Component
33
metadata:
4-
name: dls-pmac-control
4+
name: dls-pmaccontrol
55
title: dls-pmac-control
66
description: GUI for low level control and monitoring of turbo pmac and power pmac motion controllers
77
spec:

docs/tutorials/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ source /path/to/venv/bin/activate
2424
You can now use `pip` to install the library and its dependencies:
2525

2626
```
27-
$ python3 -m pip install dls-pmac-control
27+
$ python3 -m pip install dls-pmaccontrol
2828
```
2929

3030
If you require a feature that is not currently released you can also install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "dls-pmac-control"
6+
name = "dls-pmaccontrol"
77
classifiers = [
88
"Development Status :: 3 - Alpha",
99
"License :: OSI Approved :: Apache Software License",

0 commit comments

Comments
 (0)