Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 5488011

Browse files
authored
Merge pull request #91 from vene/include_pxd
Add MANIFEST.in to include pxd files in releases
2 parents ccaee1d + 4e9e679 commit 5488011

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include MANIFEST.in
2+
recursive-include lightning *.c *.h *.cpp *.pyx *.pxd

lightning/impl/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ def configuration(parent_package='', top_path=None):
6060

6161
# add .pxd files to be re-used by third party software
6262
config.add_data_files('sag_fast.pxd', 'dataset_fast.pxd',
63-
'sgd_fast.pxd', 'prox_fast.pxd')
64-
63+
'sgd_fast.pxd', 'prox_fast.pxd')
64+
6565
return config
6666

6767
if __name__ == '__main__':

0 commit comments

Comments
 (0)