Skip to content

Commit

Permalink
remove manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Oct 23, 2023
1 parent dac3e64 commit e3e4809
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ repos:
# rev: v1.0.1
# hooks:
# - id: rst-linter
- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
hooks:
- id: check-manifest
- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.15
hooks:
Expand Down
7 changes: 0 additions & 7 deletions MANIFEST.in

This file was deleted.

14 changes: 8 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,13 @@ reportMissingTypeStubs = true
"D103",
]

[tool.setuptools]
include-package-data = true
packages = [
"pygeoif",
]

[tool.setuptools.dynamic.version]
attr = "pygeoif.about.__version__"

[tool.setuptools.packages.find]
exclude = [
"docs*",
]
include = [
"pygeoif*",
]

0 comments on commit e3e4809

Please sign in to comment.