Skip to content

Commit

Permalink
Merge pull request #347 from arXiv/ntai/include-db-test-data-in-package
Browse files Browse the repository at this point in the history
Add development's files since the other repos may need the test data …
  • Loading branch information
ntai-arxiv authored Feb 3, 2025
2 parents dd1104a + 4d79a60 commit b054054
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@ name = "arxiv-base"
version = "1.0.1"
description = "Common code for arXiv Cloud"
authors = ["arxiv.org"]

packages = [
{ include = "arxiv" },
{ include = "arxiv/py.typed" },
{ include = "gcp/service_auth" }
]

include = [
"arxiv/base/static/*",
"arxiv/base/templates/*",
"arxiv/mail/templates/*",
"development/test-data/*",
"development/*",
]

exclude = [
"development/sqlacodegen/*",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit b054054

Please sign in to comment.