Skip to content

Commit

Permalink
Merge pull request #60 from loadsmart/project-description
Browse files Browse the repository at this point in the history
fix: Project description
  • Loading branch information
gustahrodrigues authored Mar 2, 2023
2 parents 3d86ea5 + 831df23 commit ffcd76c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: jaiminho
description: Python library generated using cookiecutter template
description: A broker agnostic implementation of outbox and other message resilience patterns for Django apps.
annotations:
github.com/project-slug: loadsmart/django-jaiminho
circleci.com/project-slug: github/loadsmart/django-jaiminho
Expand Down
4 changes: 4 additions & 0 deletions changelogs/unreleased/project-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
description: Package description
type: fixed
pr_number: 60
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
name="django-jaiminho",
version=version,
description="Python library generated using cookiecutter template",
description="A broker agnostic implementation of outbox and other message resilience patterns for Django apps",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/loadsmart/django-jaiminho",
Expand Down

0 comments on commit ffcd76c

Please sign in to comment.