Skip to content

Commit

Permalink
project metadata added ruff tooling section
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Dec 5, 2023
1 parent 2a83ecd commit 530c92e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,7 @@ where = ["."]
include = ["pyrdp*", "twisted*"]

[tool.setuptools.package-data]
"*" = ["*.txt", "*.ini", "twisted/*.py"]
"*" = ["*.txt", "*.ini", "twisted/*.py"]

[tool.ruff.extend-per-file-ignores]
"__init__.py" = ["F401"]

0 comments on commit 530c92e

Please sign in to comment.