safe progress

This commit is contained in:
Istvan Ruzman
2020-08-06 18:04:24 +02:00
parent 3254bc66e0
commit fd16436c3c
53 changed files with 2167 additions and 4589 deletions

View File

@@ -21,13 +21,11 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Systems Administration :: Authentication/Directory"
]
packages = [
{ include = "pyrad3"},
{ include = "src/pyrad3"},
]
include = [
"CHANGELOG.md",
"LICENSE-APACHE",
"LICENSE-MIT",
"README.md",
@@ -40,9 +38,16 @@ repository = "https://github.com/pyradius/pyrad3"
[tool.poetry.dev-dependencies]
pytest = "^5.4"
pytest-cov = "^2.5"
pytest-black = "^0.30"
pytest-cov = "^2.10"
pytest-mypy = "^0.6"
pytest-pylint = "^0.17"
[tool.black]
line-length = 100
line-length = 80
include = '\.py'
[tool.pylint.messages_control]
disable = "bad-continuation"