ApeWorX / ApePay

A smart contract payment system built for automated service management
https://apeworx.io/apepay
Apache License 2.0
18 stars 6 forks source link

Contracts not included in published package [SBK-181] #20

Closed antazoey closed 11 months ago

antazoey commented 1 year ago

There is no actual way yet to reference the contracts needed to use this project from the package. Only the python package is there, and it assumes you are running from within the cloned repo (containing the contracts).

Related comment: https://github.com/ApeWorX/ApePay/pull/17/files#r1269582243

fubuloubu commented 1 year ago

There is no actual way yet to reference the contracts needed to use this project from the package. Only the python package is there, and it assumes you are running from within the cloned repo (containing the contracts).

Related comment: https://github.com/ApeWorX/ApePay/pull/17/files#r1269582243

It'd be lovely to build a minimal manifest and combine it with the package as a extra data file (and I guess unroll that file if you need it)

Could it be like another type of "dependency"? (e.g. dependency that's stored in a python package)