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

Commit 5a561d9

Browse files
committed
Cleaned up project metadata.
1 parent 0b73ec4 commit 5a561d9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ This is the official Python library for the IOTA Core.
99
It implements both the `official API`_, as well as newly-proposed functionality
1010
(such as signing, bundles, utilities and conversion).
1111

12+
.. warning::
13+
This is pre-release software!
14+
There may be performance and stability issues.
15+
16+
Please report any issues using the `PyOTA Bug Tracker`_.
17+
1218
Join the Discussion
1319
===================
1420
If you want to get involved in the community, need help with getting setup,
@@ -59,4 +65,5 @@ For the full documentation of this library, please refer to the
5965
.. _Slack: http://slack.iotatoken.com/
6066
.. _dedicated forum: http://forum.iotatoken.com/
6167
.. _official API: https://iota.readme.io/
68+
.. _PyOTA Bug Tracker: https://github.com/iotaledger/iota.lib.py/issues
6269
.. _tox: https://tox.readthedocs.io/

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
name = 'PyOTA',
4040
description = 'IOTA API library for Python',
4141
url = 'https://github.com/iotaledger/pyota',
42-
version = '1.0.0',
42+
version = '1.0.0-beta1',
4343

4444
packages = ['iota'],
4545

@@ -61,13 +61,14 @@
6161
license = 'MIT',
6262

6363
classifiers = [
64-
'Development Status :: 3 - Alpha',
64+
'Development Status :: 4 - Beta',
6565
'Intended Audience :: Developers',
6666
'License :: OSI Approved :: MIT License',
6767
'Programming Language :: Python :: 2',
6868
'Programming Language :: Python :: 2.7',
6969
'Programming Language :: Python :: 3',
7070
'Programming Language :: Python :: 3.5',
71+
'Programming Language :: Python :: 3.6',
7172
'Topic :: Software Development :: Libraries :: Python Modules',
7273
],
7374

0 commit comments

Comments
 (0)