Skip to content

Commit

Permalink
Merge pull request #26 from BalancerMaxis/templates-hotfix
Browse files Browse the repository at this point in the history
add json templates to pkg data
  • Loading branch information
jalbrekt85 authored Jul 3, 2024
2 parents 7e007da + 5589a8d commit 85730f8
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
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "0.0.6"
VERSION = "0.1.1"
DESCRIPTION = "Balancer Tools"
LONG_DESCRIPTION = "Balancer Maxi helper and ecosystem tools"

Expand All @@ -13,7 +13,7 @@
long_description=LONG_DESCRIPTION,
packages=find_packages(),
include_package_data=True, # Automatically include non-Python files
package_data={"bal_tools": ["abi/*.json", "graphql/**/*.gql"]},
package_data={"bal_tools": ["abi/*.json", "graphql/**/*.gql", "safe_tx_builder/templates/*.json"]},
url="https://github.com/BalancerMaxis/bal_tools",
install_requires=[
"setuptools>=42",
Expand Down

0 comments on commit 85730f8

Please sign in to comment.