Skip to content

Commit

Permalink
update name
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair authored Aug 6, 2024
1 parent be41617 commit 255be1a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "brother_ql-inventree"
version = "1.3"
description = "Python package to talk to Brother QL label printers"
name = "brother_ql2"
version = "1.4a0"
description = "Python package to talk to Brother QL and PT label printers"
readme = "README.md"
authors = [
{ name = "Philipp Klaus", email = "philipp.l.klaus@web.de" },
{name = "Matthias Mair", email = "code@mjmair.com"},
{ name = "Matthias Mair", email = "code@mjmair.com" },
]
license = {text = "GPL"}
dependencies = [
Expand Down Expand Up @@ -42,7 +42,6 @@ classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: System :: Hardware :: Hardware Drivers",
]

Expand All @@ -55,4 +54,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/matmair/brother_ql-inventree"
repository = "https://github.com/matmair/brother_ql2"

0 comments on commit 255be1a

Please sign in to comment.