Skip to content

Commit cd3b74f

Browse files
committed
Add typeagent.emails to wheel
1 parent 0d0764d commit cd3b74f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ __pycache__
88
/evals
99
/gmail/client_secret.json
1010
/gmail/token.json
11-
/gmail/mail_dump/
11+
/gmail/*_dump/
1212
/testdata/Episode_53_Answer_results.json
1313
/testdata/Episode_53_Search_results.json
1414
/testdata/MP/

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Homepage = "https://github.com/microsoft/TypeAgent/tree/main"
4747
packages = [
4848
"typeagent",
4949
"typeagent.aitools",
50+
"typeagent.emails",
5051
"typeagent.knowpro",
5152
"typeagent.mcp",
5253
"typeagent.podcasts",
@@ -58,6 +59,7 @@ packages = [
5859

5960
[tool.setuptools.package-data]
6061
"typeagent.podcasts" = ["*.json"]
62+
"typeagent.emails" = ["*.json"]
6163

6264
[tool.pytest.ini_options]
6365
asyncio_default_fixture_loop_scope = "function"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)