Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
martin de la gorce committed Jul 16, 2023
1 parent 74880d3 commit fbd9ca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@
include_dirs=[np.get_include()],
packages=find_packages(),
package_data={"deodr": ["*.pyx", "*.pxd", "data/*.*", "data/**/*.*"]},
long_description=open('readme.md', 'r').read(),
long_description_content_type='text/markdown',
)

0 comments on commit fbd9ca8

Please sign in to comment.