Skip to content

Commit 658f1d7

Browse files
manifest for non python files
1 parent 151e865 commit 658f1d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
recursive-include src/api/static *
2+
recursive-include src/api/templates *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "intent-service"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Intent classification service"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)