shadowPaySDK 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/PKG-INFO +1 -1
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/setup.py +1 -1
- shadowpaysdk-0.1.2/shadowPaySDK/__init__.py +2 -0
- shadowpaysdk-0.1.2/shadowPaySDK/interface/__init__.py +4 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/shadowPaySDK.egg-info/PKG-INFO +1 -1
- shadowpaysdk-0.1.1/shadowPaySDK/__init__.py +0 -2
- shadowpaysdk-0.1.1/shadowPaySDK/interface/__init__.py +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/LICENSE +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/README.md +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/setup.cfg +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/shadowPaySDK/interface/erc20.py +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/shadowPaySDK/interface/erc721.py +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/shadowPaySDK.egg-info/SOURCES.txt +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/shadowPaySDK.egg-info/dependency_links.txt +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/shadowPaySDK.egg-info/requires.txt +0 -0
- {shadowpaysdk-0.1.1 → shadowpaysdk-0.1.2}/shadowPaySDK.egg-info/top_level.txt +0 -0
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='shadowPaySDK',
|
5
|
-
version='0.1.
|
5
|
+
version='0.1.2',
|
6
6
|
description='ShadowPay SDK for ERC20/ERC721 and P2P smart contract interaction',
|
7
7
|
long_description=open('README.md').read(),
|
8
8
|
long_description_content_type='text/markdown',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|