Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 503af09

Browse files
committed
Fixed package metadata.
1 parent 5a561d9 commit 503af09

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,14 @@ PyOTA is compatible with Python 3.6, 3.5 and 2.7.
3131
============
3232
Installation
3333
============
34-
To install the latest stable version::
34+
To install the latest version::
3535

36-
pip install pyota
36+
pip install --pre pyota
37+
38+
**Important:** PyOTA is currently pre-release software.
39+
There may be performance and stability issues.
40+
41+
Please report any issues using the `PyOTA Bug Tracker`_.
3742

3843
Installing from Source
3944
======================

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
setup(
3939
name = 'PyOTA',
4040
description = 'IOTA API library for Python',
41-
url = 'https://github.com/iotaledger/pyota',
42-
version = '1.0.0-beta1',
41+
url = 'https://github.com/iotaledger/iota.lib.py',
42+
version = '1.0.0b1',
4343

4444
packages = ['iota'],
4545

0 commit comments

Comments
 (0)