Skip to content

Commit 2b31853

Browse files
fix: setuptools config
1 parent d4e7aba commit 2b31853

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ version = "0.1.0"
44
description = "Safe, reproducible data transformations with built-in auditing and validation"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = { text = "MIT" }
7+
license = "MIT"
88
keywords = ["data", "transformation", "polars", "pandas", "audit", "validation"]
99
classifiers = [
1010
"Development Status :: 4 - Beta",
1111
"Intended Audience :: Developers",
1212
"Intended Audience :: Science/Research",
13-
"License :: OSI Approved :: MIT License",
1413
"Programming Language :: Python :: 3",
1514
"Programming Language :: Python :: 3.10",
1615
"Programming Language :: Python :: 3.11",
@@ -45,8 +44,8 @@ dev = [
4544
requires = ["setuptools", "wheel"]
4645
build-backend = "setuptools.build_meta"
4746

48-
[tool.setuptools]
49-
packages = ["transformplan"]
47+
[tool.setuptools.packages.find]
48+
include = ["transformplan*"]
5049

5150
[tool.ruff]
5251
exclude = ["__pycache__", ".git", ".github", ".ruff_cache", ".venv"]

tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)