Skip to content

Commit

Permalink
Fix build (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw authored Jul 5, 2023
1 parent 097ca92 commit dd67678
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 0 additions & 8 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test:
bash ./dev/test_python.sh

# Build the package
build: clean format test
build: clean lint test
flit build

clean:
Expand Down
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ build-backend = "flit_core.buildapi"
[tool.flit.module]
name = "dbt_artifacts_parser"

[tool.flit.sdist]
exclude = [
".github/",
".gitignore",
".pre-commit-config.yaml",
".style.yapf",
".pylintrc",
".pypirc",
"Makefile",
"dev/",
"tests/",
]

[project]
name = "dbt-artifacts-parser"
authors = [{name = "yu-iskw"}]
Expand Down

0 comments on commit dd67678

Please sign in to comment.