Skip to content

Commit

Permalink
Add .tcss files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakov committed Oct 22, 2024
1 parent b7b3756 commit 70d8864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include r2ai/ui *.tcss
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ repository = "https://github.com/radareorg/r2ai"
[project.scripts]
r2ai = "r2ai.main:run"

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

[tool.setuptools.packages.find]
where = ["."]
include = ["r2ai*"]
Expand All @@ -56,5 +59,6 @@ namespaces = true
readme = {file = "README.md", content-type = "text/markdown"}

[build-system]
requires = ["setuptools"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit 70d8864

Please sign in to comment.