Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename package to original dls-pmaccontrol #28

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![CI](https:/DiamondLightSource/dls-pmac-control/actions/workflows/ci.yml/badge.svg)](https:/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
Expand All @@ -10,7 +10,7 @@ end to control the DeltaTau PMAC, Power PMAC and Geobrick motor control systems.

Source | <https:/DiamondLightSource/dls-pmac-control>
:---: | :---:
PyPI | `pip install dls-pmac-control`
PyPI | `pip install dls-pmaccontrol`
Documentation | <https://diamondlightsource.github.io/dls-pmac-control>
Releases | <https:/DiamondLightSource/dls-pmac-control/releases>

Expand Down
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down