Skip to content

Commit

Permalink
switch to MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Mar 10, 2024
1 parent fcd7355 commit 8ebbc20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
graft tests

global-exclude *~ *.py[cod] *.so
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ include = ["prolif*"]
[tool.setuptools.package-data]
"prolif.data" = ["*"]
"prolif.data.vina" = ["*"]
"tests" = ["*"]
"tests.plotting" = ["*"]

[tool.setuptools.dynamic]
version = { attr = "prolif._version.__version__" }
Expand Down

0 comments on commit 8ebbc20

Please sign in to comment.