Skip to content

Commit

Permalink
Package rename for PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Zijderveld committed Feb 13, 2020
1 parent e914f86 commit 31789fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Python Substrate Interface

[![Travis CI Build Status](https://api.travis-ci.org/polkascan/py-substrate-interface.svg?branch=master)](https://travis-ci.org/polkascan/py-substrate-interface)
[![Latest Version](https://img.shields.io/pypi/v/substrateinterface.svg)](https://pypi.org/project/substrateinterface/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/substrateinterface.svg)](https://pypi.org/project/substrateinterface/)
[![License](https://img.shields.io/pypi/l/substrateinterface.svg)](https://github.com/polkascan/py-substrate-interface/blob/master/LICENSE)
[![Latest Version](https://img.shields.io/pypi/v/substrate-interface.svg)](https://pypi.org/project/substrate-interface/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/substrate-interface.svg)](https://pypi.org/project/substrate-interface/)
[![License](https://img.shields.io/pypi/l/substrate-interface.svg)](https://github.com/polkascan/py-substrate-interface/blob/master/LICENSE)

Python Substrate Interface Library

Expand All @@ -17,7 +17,7 @@ https://polkascan.github.io/py-substrate-interface/

## Installation
```bash
pip install substrateinterface
pip install substrate-interface
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ requests==2.22.0
urllib3==1.25.3
xxhash==1.3.0

scalecodec==0.9.7
scalecodec>=0.9.7
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
# There are some restrictions on what makes a valid project name
# specification here:
# https://packaging.python.org/specifications/core-metadata/#name
name='substrateinterface', # Required
name='substrate-interface', # Required

# Versions should comply with PEP 440:
# https://www.python.org/dev/peps/pep-0440/
#
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.9.3', # Required
version='0.9.4', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 31789fd

Please sign in to comment.