diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8003ccf..91e4225 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,7 +14,7 @@ Run tests .. code-block:: bash - tox -e test + tox -e py37 Lint source ----------- @@ -40,28 +40,6 @@ Type check source Release Process --------------- -Add a change entry and re-generate the changelog: - .. code-block:: bash - $ towncrier - -Make a new release tag: - -.. code-block:: bash - - $ git tag x.x.x - $ git push --tags - -If you have a development install locally, you can verify: - -.. code-block:: bash - - $ hypercore-crypto --version - -Then run the release process: - -.. code-block:: bash - - $ tox -e metadata-release $ tox -e release diff --git a/README.rst b/README.rst index d68f874..623f2dd 100644 --- a/README.rst +++ b/README.rst @@ -29,9 +29,9 @@ hypercore-crypto Cryptography primitives for Hypercore ------------------------------------- -Cryptography primitives for `hypercore`_. +Cryptography primitives for `Hypercore`_ (WIP). -.. _hypercore: https://hypercore.readthedocs.io/en/latest/ +.. _Hypercore: https://hypercore.readthedocs.io/en/latest/ .. _documentation: diff --git a/setup.cfg b/setup.cfg index 638336c..3f5bc4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ classifiers = [options] use_scm_version = True -python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.* +python_requires = >=3.6 setup_requires = setuptools_scm setuptools_scm_git_archive diff --git a/tox.ini b/tox.ini index 9d1ee3b..6f0bfe9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - {py36,py37}-test + {py36,py37} lint sort format