Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[build-system]
requires = ["setuptools>=61,<83"]
requires = ["setuptools>=79.0.0,<85"]
build-backend = "setuptools.build_meta"

[project]
name = "LogBar"
version = "0.4.12"
version = "0.4.13"
description = "A unified Logger and ProgressBar util with zero dependencies."
readme = "README.md"
requires-python = ">=3"
dynamic = ["license"]
requires-python = ">=3.10"
license = "Apache-2.0"
authors = [
{ name = "ModelCloud", email = "qubitium@modelcloud.ai" }
]
Expand Down
13 changes: 13 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[metadata]
name = LogBar
version = 0.4.13
description = A unified Logger and ProgressBar util with zero dependencies.
long_description = file: README.md
long_description_content_type = text/markdown
author = ModelCloud
author_email = qubitium@modelcloud.ai
url = https://github.com/ModelCloud/LogBar

[options]
packages = logbar
python_requires = >=3.10
20 changes: 0 additions & 20 deletions setup.py

This file was deleted.