Skip to content

Commit

Permalink
Fis inclusion of package data again
Browse files Browse the repository at this point in the history
Seem that these optons have been a mess in setuptools for a while.
We should avoid using that and use MANIFEST instead.
  • Loading branch information
ZJaume committed Jan 12, 2023
1 parent 3daafae commit 21796df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include src/bifixer/replacements/*
include src/bifixer/detok/*
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ requires = [
]
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = true

[tools.setuptools.package-data]
bifixer = [ "replacements/*", "detok/*" ]

[project.scripts]
bifixer = "bifixer.bifixer:main"
monofixer = "bifixer.monofixer:main"
Expand Down

0 comments on commit 21796df

Please sign in to comment.