Commit 8b25f391 authored by Watson, Gregory's avatar Watson, Gregory
Browse files

Fix packages

parent dea826c1
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -6,10 +6,8 @@ authors = ["Yakubov, Sergey <yakubovs@ornl.gov>"]
readme = "README.md"
license = "MIT"
keywords = ["MVVM", "python"]
packages = [{include = "nova", from = "src"}]

packages = [
  { include = "nova_mvvm", from = "src" }
  { include = "nova", from = "src" }
]