Skip to content

Commit

Permalink
Merge pull request #81 from singnet/impl-pep625
Browse files Browse the repository at this point in the history
Fixed package name for implement pep 625
  • Loading branch information
kiruxaspb authored Jan 13, 2025
2 parents 63644c4 + 4620a4e commit 3e06db7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ argcomplete==3.1.2
grpcio-health-checking==1.59.0
jsonschema==4.0.0
eth-account==0.9.0
snet.contracts==0.1.1
snet-contracts==0.2.1
lighthouseweb3==0.1.4
zipp>=3.19.1
zipp>=3.19.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from version import __version__

PACKAGE_NAME = 'snet.sdk'
PACKAGE_NAME = 'snet-sdk'


this_directory = os.path.abspath(os.path.dirname(__file__))
Expand All @@ -19,7 +19,7 @@
setup(
name=PACKAGE_NAME,
version=__version__,
packages=find_namespace_packages(include=['snet.*']),
packages=find_namespace_packages(include=['snet*']),
namespace_packages=['snet'],
url='https://github.com/singnet/snet-sdk-python',
author='SingularityNET Foundation',
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.6.1"
__version__ = "3.6.2"

0 comments on commit 3e06db7

Please sign in to comment.