Skip to content

Commit

Permalink
Merge pull request #28 from neebyA/master
Browse files Browse the repository at this point in the history
Add required files to sdist
  • Loading branch information
leoetlino authored Apr 25, 2023
2 parents d7e5659 + 7b3a205 commit 18635ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
include versioneer.py
include readme.rst
include CMakeLists.txt
include CMakeRC.cmake
recursive-include src *
recursive-include lib *.*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,6 @@ def build_extension(self, ext):
],
python_requires=">=3.6",
ext_modules=[CMakeExtension(name="oead", sourcedir="py")],
data_files=[('data', [str(p) for p in Path('data').glob('**/*')])],
zip_safe=False,
)

0 comments on commit 18635ba

Please sign in to comment.