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
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "plotille"
version = "6.0.4"
version = "6.0.5"
description = "Plot in the terminal using braille dots."
authors = [{ name = "Tammo Ippen", email = "tammo.ippen@posteo.de" }]
requires-python = ">=3.10,<4"
Expand All @@ -17,7 +17,6 @@ keywords = [
]
classifiers = [
"Environment :: Console",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Science/Research",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down Expand Up @@ -139,8 +138,8 @@ disallow_any_unimported = true
# warn_unreachable = false

[build-system]
requires = ["uv_build>=0.7.19,<0.8.0"]
build-backend = "uv_build"
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"

[tool.uv.build-backend]
module-name = "plotille"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.