Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 21, 2023
1 parent 112a482 commit 4ee38a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions interop/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
project_urls={
"Bug Tracker": "https://github.com/radixdlt/radix-engine-toolkit/issues",
},
package_data={
"": [
"__init__.pyi",
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-pc-windows-gnu",
"x86_64-unknown-linux-gnu",
]
},
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit 4ee38a3

Please sign in to comment.