Skip to content

Commit

Permalink
Add MANIFEST.in file to help with rust binary distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
akneni committed Jan 13, 2024
1 parent 96d3ebe commit dacd9e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: Upload Python Package
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include pygrab/rust_dependencies/rust_lib.so
include pygrab/rust_dependencies/rust_lib.dll
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
author='Anish Kanthamneni',
author_email='[email protected]',
packages=find_packages(),
include_package_data=True,
install_requires=[
'requests',
'pyppeteer',
Expand Down

0 comments on commit dacd9e2

Please sign in to comment.