Skip to content

Commit

Permalink
feat: Adding the default theme folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kerodekroma committed Oct 29, 2024
1 parent 17917fc commit 4dd90f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Include all files in the assets directory
recursive-include py_singl_slider/theme *
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
long_description_content_type='text/markdown',
url="https://github.com/kerodekroma/py-singl-slider",
packages=find_packages(),
include_package_data=True,
package_data={
# Include all files in the assets folder for mygame package
"py_singl_slider": ["theme/**/*"],
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 4dd90f7

Please sign in to comment.