Skip to content

Commit

Permalink
Fix install specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Dec 23, 2024
1 parent cc1c252 commit 04b67f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
graft law
graft bin
include setup.py requirements.txt requirements_docs.txt README.rst LICENSE .flake8 law.cfg.example
include pyproject.toml requirements.txt requirements_dev.txt requirements_docs.txt README.md LICENSE .flake8 law.cfg.example
global-exclude *.py[cod] __pycache__
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ include-package-data = false

[tool.setuptools.packages.find]

include = ["law"]
exclude = ["tests/*"]
where = ["."]
include = ["law*"]


[tool.mypy]

disable_error_code = ["no-redef", "valid-type", "method-assign"]
exclude = ["law/templates/*", "docs", "examples", "tests", "build", "setup.py"]
exclude = ["docs", "examples", "tests", "build", "dist", "law/templates"]

0 comments on commit 04b67f6

Please sign in to comment.