Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonathan Lambrechts
seamsh
Commits
9a67829d
Commit
9a67829d
authored
Jul 02, 2020
by
Jonathan Lambrechts
Browse files
include dll in distrib
parent
0bc5088c
Pipeline
#7869
failed with stages
in 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
9a67829d
...
...
@@ -29,7 +29,7 @@ setuptools.setup(
package_dir
=
{
"msea"
:
"msea"
},
#ext_modules=[CMakeExtension("msealib")],
#ext_modules=[setuptools.Extension("seameshlib",["seamesh.c"])],
package_data
=
{
"msea"
:[
"*.so"
]},
package_data
=
{
"msea"
:[
"*.so"
,
"*.dll"
,
"*.dll.a"
]},
classifiers
=
[
"Environment :: Console"
,
"Development Status :: 4 - Beta"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment