Skip to content

Commit

Permalink
Merge pull request #47 from matmair/update-metadata
Browse files Browse the repository at this point in the history
Update metadata
  • Loading branch information
matmair authored Jun 23, 2024
2 parents d3503cd + 8eec746 commit 92666ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[project]
name = "brother_ql-inventree"
version = "1.2a0"
version = "1.2a1"
description = "Python package to talk to Brother QL label printers"
readme = "README.md"
authors = [
{ name = "Philipp Klaus", email = "philipp.l.klaus@web.de" }
{ name = "Philipp Klaus", email = "philipp.l.klaus@web.de" },
{name = "Matthias Mair", email = "code@mjmair.com"},
]
license = {text = "GPL"}
dependencies = [
Expand Down Expand Up @@ -54,4 +55,4 @@ brother_ql_debug = "brother_ql.brother_ql_debug:main"
brother_ql_info = "brother_ql.brother_ql_info:main"

[project.urls]
repository = "https://github.com/pklaus/brother_ql-inventree"
repository = "https://github.com/matmair/brother_ql-inventree"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description = LDESC,
author = 'Philipp Klaus',
author_email = 'philipp.l.klaus@web.de',
url = 'https://github.com/pklaus/brother_ql',
url = 'https://github.com/matmair/brother_ql-inventree',
license = 'GPL',
packages = ['brother_ql',
'brother_ql.backends'],
Expand Down

0 comments on commit 92666ac

Please sign in to comment.