Generalize license (#179)

This commit is contained in:
Bernát Gábor 2022-10-30 22:35:17 +00:00 committed by GitHub
parent 63bad16333
commit e479b314c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
py:
- "3.11.0-rc.1"
- "3.11"
- "3.10"
- "3.9"
- "3.8"

View File

@ -40,8 +40,8 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==22.9.23
- flake8-comprehensions==3.10
- flake8-bugbear==22.10.27
- flake8-comprehensions==3.10.1
- flake8-pytest-style==1.6
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.12

View File

@ -1,4 +1,4 @@
Copyright (c) 2015 Vineet Naik (naikvin@gmail.com)
Copyright (c) The pipdeptree developers
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View File

@ -20,10 +20,10 @@ optional-dependencies.test = [
"covdefaults>=2.2",
"diff-cover>=7.0.1",
"pip>=22.3",
"pytest>=7.1.3",
"pytest>=7.2",
"pytest-cov>=4",
"pytest-mock>=3.10",
"virtualenv<21,>=20.16.5",
"virtualenv<21,>=20.16.6",
]
optional-dependencies.graphviz = [
"graphviz>=0.20.1",

View File

@ -43,7 +43,7 @@ description = check that the long description is valid
basepython = python3.10
skip_install = true
deps =
build[virtualenv]>=0.8
build[virtualenv]>=0.9
twine>=4.0.1
commands =
python -m build --sdist --wheel -o {envtmpdir} .