Skip to content

Commit

Permalink
Build: Reduced verbosity and updated license
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardKenzie authored Jan 19, 2023
1 parent 4cf0c43 commit 84a1c08
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "chafa.py"
version = "1.0.1"
license = "LGPL-3.0"

authors = [
{ name="Erica Ferrua Edwardsdóttir", email="e@mage.black" }
Expand All @@ -17,8 +18,9 @@ requires-python = ">=3.8"

classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: Unix"
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: Unix",
'Operating System :: Microsoft :: Windows'
]


Expand All @@ -31,7 +33,6 @@ classifiers = [
build = "cp3*-*"
skip = ["*-manylinux_i686", "*-musllinux_*", "*-win32", "*macosx*"]
manylinux-x86_64-image = "manylinux2014"
build-verbosity = 3

[tool.cibuildwheel.linux]
before-all = [
Expand Down

0 comments on commit 84a1c08

Please sign in to comment.