Skip to content

Commit

Permalink
Merge pull request #22 from mattbaker-digital/master
Browse files Browse the repository at this point in the history
Fix issue #21 missing libraries
  • Loading branch information
mherrmann authored Apr 24, 2020
2 parents ec00ba1 + 5412851 commit ac4239c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name='pypxlib',

version='2.5-SNAPSHOT',
version='2.5.1-SNAPSHOT',

description=description,
long_description=
Expand Down Expand Up @@ -55,7 +55,7 @@
packages=['pypxlib', 'pypxlib.pxlib_ctypes'],
package_data={
'pypxlib.pxlib_ctypes': [
'pxlib.dll', 'pxlib_x64.dll', 'libpx.dylib', 'libpx.so'
'pxlib.dll', 'pxlib_x64.dll', 'libpx_x64.dylib', 'libpx.so', 'libpx_x64.so'
]
}
)

0 comments on commit ac4239c

Please sign in to comment.