Skip to content

Commit 5553030

Browse files
authored
Update setup.py
1 parent 03fa8d1 commit 5553030

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@
2828
python_requires=">=3.10",
2929
install_requires=[
3030
'',
31-
]
31+
],
32+
package_data={
33+
'package_name': [
34+
'',
35+
],
36+
},
3237
)

0 commit comments

Comments
 (0)