diff --git a/LICENSE b/LICENSE index ea4bff2..79a75a0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021, Alexandr Mansurov +Copyright (c) 2018-2021, Alexandr Mansurov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/MANIFEST.in b/MANIFEST.in index 7e0c832..a5c1423 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ graft src graft ci graft tests +include *.txt include .bumpversion.cfg include .cookiecutterrc include .coveragerc diff --git a/README.rst b/README.rst index c33806a..6950dc3 100644 --- a/README.rst +++ b/README.rst @@ -17,12 +17,6 @@ You can also install the in-development version with:: pip install git+ssh://git@https://code.eghuro.com/cryptbase/python-cryptbase.git@master -Documentation -============= - - -https://python-cryptbase.readthedocs.io/ - Development =========== diff --git a/tox.ini b/tox.ini index 6c31863..d7b592a 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ passenv = envlist = clean, check, -; docs, + docs, {py36,py37,py38,py39,pypy3}, report ignore_basepython_conflict = true