Skip to content

Commit

Permalink
include .js files
Browse files Browse the repository at this point in the history
  • Loading branch information
supersational committed Jul 24, 2024
1 parent 8a12dee commit f929d0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Include all .js files recursively
recursive-include * *.js

# Include all Python files recursively
recursive-include * *.py

# Include README.md
include README.md
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,3 @@ Issues = "https://github.com/supersational/showscore/issues"
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
include = ["**/*.js", "**/*.py", "README.md"]

0 comments on commit f929d0a

Please sign in to comment.