Skip to content

Commit

Permalink
Move settings.* to utils/ and update setup.py with the respecti…
Browse files Browse the repository at this point in the history
…ve json file
  • Loading branch information
mrakitin committed Jun 13, 2023
1 parent 2e5ca3c commit 82c8d3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
setup(
name="utils",
packages=find_packages(),
package_data={"utils": ["settings.json"]},
)
File renamed without changes.
File renamed without changes.

0 comments on commit 82c8d3d

Please sign in to comment.