diff --git a/pyproject.toml b/pyproject.toml index ada2dab..3376832 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -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" diff --git a/setup.py b/setup.py index 47f9775..1e85929 100644 --- a/setup.py +++ b/setup.py @@ -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'],