Repo config

This commit is contained in:
2021-10-09 14:54:25 +02:00
parent f04eb3c14b
commit 52585e25bd
4 changed files with 3 additions and 8 deletions

View File

@@ -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:

View File

@@ -3,6 +3,7 @@ graft src
graft ci
graft tests
include *.txt
include .bumpversion.cfg
include .cookiecutterrc
include .coveragerc

View File

@@ -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
===========

View File

@@ -13,7 +13,7 @@ passenv =
envlist =
clean,
check,
; docs,
docs,
{py36,py37,py38,py39,pypy3},
report
ignore_basepython_conflict = true