Skip to content

Commit

Permalink
[build] move source files
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Mar 21, 2018
1 parent 649d164 commit 590fb84
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,5 +1,5 @@
include LICENSE
recursive-include _cffi_src *.py
recursive-include docs *.py *.rst Makefile
recursive-include examples *.html *.py *.rst *.wav
recursive-include src *.py
recursive-include tests *.bin *.py
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,8 +12,8 @@
cffi_modules=[]
else:
cffi_modules=[
'_cffi_src/build_opus.py:ffibuilder',
'_cffi_src/build_vpx.py:ffibuilder',
'src/build_opus.py:ffibuilder',
'src/build_vpx.py:ffibuilder',
]

setuptools.setup(
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 590fb84

Please sign in to comment.