mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-04-30 20:24:35 +02:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23357e240b | ||
|
|
13fcc8738c | ||
|
|
4a633802b7 | ||
|
|
9f839cc8b7 |
@@ -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",
|
||||
@@ -35,7 +35,6 @@ classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: System Administrators",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
@@ -115,7 +114,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]
|
||||
|
||||
Reference in New Issue
Block a user