Skip to content

Commit

Permalink
remove package_data filed from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sann5 committed Jan 17, 2024
1 parent d16b335 commit 77ab05c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@
'console_scripts': [
'q = q.q:run_standalone'
]
},
package_data={
"q.tests": [
'data/*'
]
}
)

0 comments on commit 77ab05c

Please sign in to comment.