Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
fix: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Dec 21, 2023
1 parent 8e609ce commit a306c3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pip install -e .
## Release Process

The SDK is released to [PyPi](https://pypi.org/project/planqk-quantum).
The release numbers follow the [Semantic Versioning](https://semver.org/) approach resulting in a version number
The release numbers follow the [Semantic Versioning](https://semver.org) approach resulting in a version number
in the format `major.minor.patch`.
The version number is automatically increased by the CI/CD pipeline based on your
[commit message format](https://github.com/semantic-release/semantic-release#commit-message-format).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author='Anaqor AG',
author_email='info@anaqor.io',
url='https://github.com/planqk/planqk-quantum',
description='Python library for the PlanQK Quantum Platform',
description='Python SDK for the PlanQK Platform',
long_description=long_description,
long_description_content_type='text/markdown',
packages=find_namespace_packages(include=['planqk', 'planqk.*']),
Expand Down

0 comments on commit a306c3e

Please sign in to comment.