Generalize license (#179)
This commit is contained in:
parent
63bad16333
commit
e479b314c0
|
@ -17,7 +17,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
py:
|
py:
|
||||||
- "3.11.0-rc.1"
|
- "3.11"
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.9"
|
- "3.9"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
|
|
|
@ -40,8 +40,8 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- flake8-bugbear==22.9.23
|
- flake8-bugbear==22.10.27
|
||||||
- flake8-comprehensions==3.10
|
- flake8-comprehensions==3.10.1
|
||||||
- flake8-pytest-style==1.6
|
- flake8-pytest-style==1.6
|
||||||
- flake8-spellcheck==0.28
|
- flake8-spellcheck==0.28
|
||||||
- flake8-unused-arguments==0.0.12
|
- flake8-unused-arguments==0.0.12
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -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
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|
|
@ -20,10 +20,10 @@ optional-dependencies.test = [
|
||||||
"covdefaults>=2.2",
|
"covdefaults>=2.2",
|
||||||
"diff-cover>=7.0.1",
|
"diff-cover>=7.0.1",
|
||||||
"pip>=22.3",
|
"pip>=22.3",
|
||||||
"pytest>=7.1.3",
|
"pytest>=7.2",
|
||||||
"pytest-cov>=4",
|
"pytest-cov>=4",
|
||||||
"pytest-mock>=3.10",
|
"pytest-mock>=3.10",
|
||||||
"virtualenv<21,>=20.16.5",
|
"virtualenv<21,>=20.16.6",
|
||||||
]
|
]
|
||||||
optional-dependencies.graphviz = [
|
optional-dependencies.graphviz = [
|
||||||
"graphviz>=0.20.1",
|
"graphviz>=0.20.1",
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -43,7 +43,7 @@ description = check that the long description is valid
|
||||||
basepython = python3.10
|
basepython = python3.10
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
build[virtualenv]>=0.8
|
build[virtualenv]>=0.9
|
||||||
twine>=4.0.1
|
twine>=4.0.1
|
||||||
commands =
|
commands =
|
||||||
python -m build --sdist --wheel -o {envtmpdir} .
|
python -m build --sdist --wheel -o {envtmpdir} .
|
||||||
|
|
Loading…
Reference in New Issue