Skip to content

Commit

Permalink
Exclude contrib directory from poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhu Subramanian committed Dec 18, 2022
1 parent dfada7a commit 0085a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Operating System :: OS Independent",
]
exclude = ["contrib", "tests", "Dockerfile", "docker-compose.yml", "skaffold.yml"]

[tool.poetry.scripts]
threat_db = 'threat_db.cli:main'
Expand Down

0 comments on commit 0085a85

Please sign in to comment.