Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cf967a3c authored by GD's avatar GD
Browse files

include version file in installation

parent 8b74e706
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,8 @@ include version ...@@ -5,6 +5,8 @@ include version
recursive-include spams_wrap *.h recursive-include spams_wrap *.h
recursive-include spams_wrap *.cpp recursive-include spams_wrap *.cpp
include spams/version
recursive-include spams/tests *.py recursive-include spams/tests *.py
recursive-include spams/data *.png recursive-include spams/data *.png
recursive-include tests *.py recursive-include tests *.py
......
...@@ -197,7 +197,7 @@ opts = dict( ...@@ -197,7 +197,7 @@ opts = dict(
cmdclass={'build_ext': CustomBuildExtCommand}, cmdclass={'build_ext': CustomBuildExtCommand},
ext_modules=get_extension(), ext_modules=get_extension(),
package_data={ package_data={
"spams": ["data/*.png", "tests/*.py"] "spams": ["data/*.png", "tests/*.py", "version"]
}, },
zip_safe=True zip_safe=True
) )
......
../version
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment