We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e7aba commit 2b31853Copy full SHA for 2b31853
2 files changed
pyproject.toml
@@ -4,13 +4,12 @@ version = "0.1.0"
4
description = "Safe, reproducible data transformations with built-in auditing and validation"
5
readme = "README.md"
6
requires-python = ">=3.10"
7
-license = { text = "MIT" }
+license = "MIT"
8
keywords = ["data", "transformation", "polars", "pandas", "audit", "validation"]
9
classifiers = [
10
"Development Status :: 4 - Beta",
11
"Intended Audience :: Developers",
12
"Intended Audience :: Science/Research",
13
- "License :: OSI Approved :: MIT License",
14
"Programming Language :: Python :: 3",
15
"Programming Language :: Python :: 3.10",
16
"Programming Language :: Python :: 3.11",
@@ -45,8 +44,8 @@ dev = [
45
44
requires = ["setuptools", "wheel"]
46
build-backend = "setuptools.build_meta"
47
48
-[tool.setuptools]
49
-packages = ["transformplan"]
+[tool.setuptools.packages.find]
+include = ["transformplan*"]
50
51
[tool.ruff]
52
exclude = ["__pycache__", ".git", ".github", ".ruff_cache", ".venv"]
tests/__init__.py
0 commit comments