From 88bcf0407288afc7e962c416a83c268a86ee4073 Mon Sep 17 00:00:00 2001 From: Daniel Van Der Maden Date: Thu, 9 Jan 2020 00:09:53 -0800 Subject: [PATCH] [setup] Remove unsupported tags and update readme --- README.md | 17 +++++++++++------ setup.py | 3 --- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d80e9be..efdd6f5 100644 --- a/README.md +++ b/README.md @@ -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 `/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 -``` \ No newline at end of file +``` + +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. diff --git a/setup.py b/setup.py index bcae00f..ba54ece 100644 --- a/setup.py +++ b/setup.py @@ -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',