Skip to content

Commit

Permalink
Added default JSON config file to setup.py (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiboldeanu authored Dec 12, 2023
1 parent 0dee1a5 commit ffa9712
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
version="0.1",
packages=find_packages(),
install_requires=requirements,
package_data={"oceanstream": ["settings/*.json", "data/*.json"]},
include_package_data=True, # Include package data
# Optional metadata
author="Pine View Software AS",
author_email="hello@pineview.io",
Expand Down

0 comments on commit ffa9712

Please sign in to comment.