mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-06-10 10:43:54 +02:00
fix: Update pyproject.toml to fix setuptools package discovery and license format
This commit is contained in:
+6
-1
@@ -3,7 +3,7 @@ name = "claude-howto"
|
||||
version = "1.0.0"
|
||||
description = "Claude Code How-To Guide with EPUB builder"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
license = "MIT"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"ebooklib",
|
||||
@@ -32,6 +32,11 @@ addopts = "-v"
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["scripts"]
|
||||
include = ["build_epub"]
|
||||
exclude = ["tests", "tests.*"]
|
||||
|
||||
# =============================================================================
|
||||
# Ruff Configuration
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user