Skip to content

Commit

Permalink
add pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
imryche committed Dec 2, 2024
1 parent 8c0e6e6 commit 5249f8c
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.ruff]
line-length=88
extend-select = ["I", "UP", "ASYNC"]
extend-ignore = ["UP007"]

[project]
name = "litequery"
version = "0.5.0"
authors = [{ name = "Dima Charnyshou", email = "[email protected]" }]
description = "A handy way to interact with an SQLite database from Python"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/imryche/litequery"
Issues = "https://github.com/imryche/litequery/issues"

[project.scripts]
lq = "litequery.cli:main"
[tool.ruff.lint]
extend-select = ["I", "UP", "E501", "ASYNC"]

0 comments on commit 5249f8c

Please sign in to comment.