mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-03-26 11:01:09 +01:00
Fix license deprecation warning and setuptools-scm config
This commit is contained in:
@@ -13,7 +13,7 @@ maintainers = [
|
||||
{name = "Beshu Tech Team", email = "info@beshu.tech"},
|
||||
]
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
license = "MIT"
|
||||
requires-python = ">=3.11"
|
||||
keywords = [
|
||||
"s3",
|
||||
@@ -115,8 +115,6 @@ dev-dependencies = [
|
||||
[tool.setuptools_scm]
|
||||
# Automatically determine version from git tags
|
||||
write_to = "src/deltaglider/_version.py"
|
||||
version_scheme = "release-branch-semver"
|
||||
local_scheme = "no-local-version"
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py311"
|
||||
|
||||
Reference in New Issue
Block a user