Skip to content

Commit

Permalink
chore: move examples to the root folder (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst authored Oct 17, 2024
1 parent 6423feb commit 33a88cb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions scripts/create_ragbits_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ def run() -> None:
src_dir.mkdir(exist_ok=True, parents=True)
(src_dir / "__init__.py").touch()

examples_dir = package_dir / "examples"
examples_dir.mkdir(exist_ok=True)

tests_dir = package_dir / "tests"
tests_dir.mkdir(exist_ok=True)

Expand Down

0 comments on commit 33a88cb

Please sign in to comment.