Skip to content

Commit

Permalink
Include other data in source and build.
Browse files Browse the repository at this point in the history
  • Loading branch information
agkphysics committed Jun 6, 2023
1 parent 290a36f commit f905bb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
recursive-exclude papers *
recursive-exclude docs *
recursive-exclude third_party *
exclude .*
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools", "setuptools_scm[toml]", "wheel"]
build-backend = "setuptools.build_meta"

[tool.isort]
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ install_requires =
torchaudio
tqdm
python_requires = >=3.8
include_package_data = True

[options.packages.find]
where = src
Expand Down

0 comments on commit f905bb4

Please sign in to comment.