[setup] Remove unsupported tags and update readme

pull/2/head
Daniel Van Der Maden 5 years ago
parent a33d715d62
commit 88bcf04072
  1. 17
      README.md
  2. 3
      setup.py

@ -9,14 +9,14 @@ and [related codebases](https://github.com/harmony-one).
## Installation
```bash
```
pip install pyhmy
```
## Development
Clone the repository and then run the following:
```bash
```
make install
```
(Optional) Copy over the CLI binary into `<pyhmy_repo_directory>/bin/`. Reference
@ -30,13 +30,13 @@ linked CLI for Linux and MacOS.
You can run all of the tests with the following:
```bash
```
make test
```
Or directly with `pytest` (reference [here](https://docs.pytest.org/en/latest/index.html) for more info):
```bash
```
py.test tests
```
@ -44,6 +44,11 @@ py.test tests
You can release this library with the following command (assuming you have the credentials to upload):
```bash
```
make release
```
```
TODO: Rework the benchmark, do the reformatting first before tieing everything together and debugging.
TODO: For benchmark, make sure to include documentation that one has to update the `pip install pyhmy==20.1.0` version!
TODO: sample of how to use the library, reference Tezos.
TODO: start (and finish) some of the documentation.

@ -35,9 +35,6 @@ setup(
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3'
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',

Loading…
Cancel
Save