Skip to content

Commit f40984f

Browse files
improve: fix CODEOWNERS, add Jekyll config, clean up pyproject.toml
1 parent 906a581 commit f40984f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# GitHub Pages Jekyll config
2+
title: DataMorph
3+
description: Batch data format converter — stream files between CSV, JSON, Parquet, YAML, Avro, and more
4+
theme: jekyll-theme-cayman

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ include-package-data = true
5757
[tool.setuptools.packages.find]
5858
where = ["src"]
5959

60-
6160
[tool.setuptools.package-data]
6261
datamorph = ["py.typed"]
6362
[tool.ruff]

0 commit comments

Comments
 (0)