Skip to content

Commit

Permalink
Added 'pybag.dbgeng.win32' to the list of packages, mistakenly omitte…
Browse files Browse the repository at this point in the history
…d in 77bede4. Released builds will now include the .py files in that directory and run without error. (dshikashio#14)
  • Loading branch information
pjlhjr committed May 28, 2023
1 parent 853fdb7 commit 74b8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages=['pybag', 'pybag.dbgeng'],
packages=['pybag', 'pybag.dbgeng', 'pybag.dbgeng.win32'],
package_data={'pybag': ['dbgeng/tlb/*.tlb']},
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 74b8ef1

Please sign in to comment.