Skip to content

Commit

Permalink
Add: Adding headers.json To Build
Browse files Browse the repository at this point in the history
  • Loading branch information
faridrasidov committed Aug 1, 2024
1 parent eca01e1 commit 48a4995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include soundcld/headers.json
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@
'Operating System :: OS Independent',
],
python_requires='>=3.8',
include_package_data=True,
package_data={
'': ['*.json'],
},
include_package_data=True
)

0 comments on commit 48a4995

Please sign in to comment.