Skip to content

Commit

Permalink
Updated setup.cfg to work with pyciemss install (#242)
Browse files Browse the repository at this point in the history
* add json files to package

* For some reason the last pr worked locally but not with the simulation service install. hoping this solves it
  • Loading branch information
marshHawk4 authored Jul 13, 2023
1 parent a880998 commit fefa29e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ packages = find:
package_dir =
= src

data_files=[('src', ['src/pyciemss/visuals/*.json'])]
[options.package_data]
* = *.json


[options.packages.find]

Expand Down

0 comments on commit fefa29e

Please sign in to comment.