From 52585e25bd68b6b305de1dd44ef21bc1e8c1d3cb Mon Sep 17 00:00:00 2001 From: Alexandr Mansurov Date: Sat, 9 Oct 2021 14:54:25 +0200 Subject: [PATCH] Repo config --- LICENSE | 2 +- MANIFEST.in | 1 + README.rst | 6 ------ tox.ini | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) 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