Исключение тестов из сборки Wheel
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "drf-rack"
|
||||
name = "drf-rack"
|
||||
version = "0.1.0"
|
||||
description = "DRF Rack library for xeaf.net"
|
||||
readme = "README.md"
|
||||
@@ -8,7 +8,7 @@ authors = [{name = "Nick V. Anokhin", email = "n.anokhin@xeaf.net"}]
|
||||
classifiers = [
|
||||
"License :: OSI Approved :: MIT License",
|
||||
]
|
||||
dependencies = [
|
||||
dependencies = [
|
||||
"boto3",
|
||||
"concurrent-log-handler",
|
||||
"django",
|
||||
@@ -33,13 +33,14 @@ build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["net"]
|
||||
exclude = ["net/**/tests"]
|
||||
|
||||
# ---- НАСТРОЙКА ДЛЯ ПУБЛИКАЦИИ В GITEA ----
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "xeaf-public"
|
||||
url = "https://gitea.xeaf.net/api/packages/xeaf-public/pypi/simple/"
|
||||
publish-url = "https://gitea.xeaf.net/api/packages/xeaf-public/pypi/"
|
||||
url = "https://gitea.xeaf.net/api/packages/xeaf-public/pypi/simple/"
|
||||
publish-url = "https://gitea.xeaf.net/api/packages/xeaf-public/pypi/"
|
||||
explicit = true
|
||||
|
||||
[tool.uv.sources]
|
||||
|
||||
Reference in New Issue
Block a user