Skip to content

Commit

Permalink
[CI] Update included files for dist and wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jajupmochi committed Feb 8, 2024
1 parent fc22594 commit dbda067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ def parse_args():
'Intended Audience :: Developers',
],
install_requires=install_requires,
# package_dir={'': '.'},
package_dir={'': 'gklearn'},
package_data={
'': ['README.md', 'requirements_pypi.txt', 'requirements.txt', 'LICENSE'],
'gklearn/gedlib': ['README.rst', 'gedlibpy.pyx', '*.hpp', '*.ipp'],
'gedlib': ['README.rst', 'gedlibpy.pyx', '*.hpp', '*.ipp'],
},
)

0 comments on commit dbda067

Please sign in to comment.