Skip to content

Commit

Permalink
use declarative setuptools
Browse files Browse the repository at this point in the history
related to dask#7622
  • Loading branch information
graingert committed Mar 15, 2023
1 parent 89d5ad4 commit 4585a39
Show file tree
Hide file tree
Showing 7 changed files with 259 additions and 1,943 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ repos:
hooks:
- id: black
language_version: python3
exclude: versioneer.py
args:
- --target-version=py38
- repo: https://github.com/pycqa/flake8
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ include distributed/py.typed
exclude distributed/pytest_resourceleaks.py

prune docs/_build
include versioneer.py
include distributed/_version.py
Loading

0 comments on commit 4585a39

Please sign in to comment.