Skip to content

Commit 66fb86f

Browse files
committed
trying another approach
1 parent 789df62 commit 66fb86f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ install_requires =
7777
[options.packages.find]
7878
where = src
7979

80+
[options.package_data]
81+
# Include all files in the package
82+
aiscot.data =
83+
*.csv
84+
*.txt
85+
8086
[options.entry_points]
8187
console_scripts =
8288
aiscot = aiscot.commands:main

0 commit comments

Comments
 (0)