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 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: 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 ci
graft tests graft tests
include *.txt
include .bumpversion.cfg include .bumpversion.cfg
include .cookiecutterrc include .cookiecutterrc
include .coveragerc 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 pip install git+ssh://git@https://code.eghuro.com/cryptbase/python-cryptbase.git@master
Documentation
=============
https://python-cryptbase.readthedocs.io/
Development Development
=========== ===========

View File

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