Skip to content

Commit

Permalink
fix: only include dist folder in frontend (rest of files are not need…
Browse files Browse the repository at this point in the history
…ed for a working build). (#643)

Only include dist in frontend.
  • Loading branch information
james-encord authored Sep 12, 2023
1 parent 36be608 commit 84b2e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ repository = "https://github.com/encord-team/encord-active"

include = ['.env', "src/encord_active/frontend/dist/**/*"]

exclude = ['src/encord_active/frontend/**/*']

packages = [{ include = "encord_active", from = "src" }]

license = "Apache-2.0"
Expand Down

0 comments on commit 84b2e8d

Please sign in to comment.