Skip to content

Commit

Permalink
Is 'package_data' broken? (trying this pypa/sampleproject#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpapathanasiou committed Jun 27, 2021
1 parent 7f0631a commit 17b4203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
package_data={
'sql': [f'sql/{file.name}' for file in sql.glob('*.sql')],
},
include_package_data=True,
project_urls={
'Bug Reports': 'https://github.com/dpapathanasiou/simple-graph/issues',
'Source': 'https://github.com/dpapathanasiou/simple-graph/tree/main/python',
Expand Down

0 comments on commit 17b4203

Please sign in to comment.