Skip to content

Commit

Permalink
Use version from __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amjith committed Sep 8, 2024
1 parent 18f94cc commit 62937aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "litecli"
version = "1.11.1"
dynamic = ["version"]
description = "CLI for SQLite Databases with auto-completion and syntax highlighting."
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -39,5 +39,8 @@ packages = ["litecli"]
[tool.setuptools.package-data]
litecli = ["liteclirc", "AUTHORS"]

[tool.setuptools.dynamic]
version = {attr = "litecli.__version__"}

[tool.ruff]
line-length = 140

0 comments on commit 62937aa

Please sign in to comment.