Skip to content

Commit

Permalink
add openseespy.pyd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Sep 19, 2018
1 parent be57ee1 commit cd8906a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.so filter=lfs diff=lfs merge=lfs -text
*.pyd filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions openseespy/opensees.pyd
Git LFS file not shown
Binary file modified openseespy/opensees.so
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
url="https://github.com/openseespy/openseespy",
packages=setuptools.find_packages(),
package_data={
'openseespy': ['opensees.so'],
'openseespy': ['opensees.so','opensees.pyd'],
},
#packages=['opensees'],
classifiers=[
Expand Down

0 comments on commit cd8906a

Please sign in to comment.