Skip to content

Commit

Permalink
fix: include yaml file in build
Browse files Browse the repository at this point in the history
config yaml is now being included
  • Loading branch information
sarthaklangde committed Mar 26, 2023
1 parent 5d8ae60 commit 6c0e4c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include src/xturing/config/*.yaml
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ dependencies = [
homepage = "https://xturing.stochastic.ai/"
documentation = "https://github.com/stochasticai/xturing-docs"
repository = "https://github.com/stochasticai/xturing"


[tool.setuptools.packages.find]
where = ["src"]

0 comments on commit 6c0e4c7

Please sign in to comment.