Skip to content

Commit e91bdca

Browse files
committed
Update setup.py and tox.ini
Signed-off-by: Julien Rische <jrische@redhat.com>
1 parent 0254c16 commit e91bdca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def read(fname):
6464
"Development Status :: 5 - Production/Stable",
6565
"Environment :: Web Environment",
6666
"Intended Audience :: System Administrators",
67-
"License :: OSI Approved :: MIT License",
6867
"Operating System :: OS Independent",
6968
"Programming Language :: Python :: 3",
7069
"Programming Language :: Python :: 3.8",

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.3.1
3-
envlist = py38,py39,py310,py311,pep8,py3pep8,doc
3+
envlist = py38,py39,py310,py311,py312,py314,pep8,py3pep8,doc
44
skip_missing_interpreters = true
55

66
[testenv]
@@ -29,6 +29,7 @@ deps =
2929
docutils
3030
markdown
3131
rst2html
32+
setuptools
3233
basepython = python3
3334
commands =
3435
doc8 --allow-long-titles README
@@ -45,4 +46,4 @@ show-source = true
4546
max-line-length = 79
4647
application-import-names = kdcproxy
4748
# N815 is camelCase names; N813 is for changing case on import; N818 Exception name
48-
ignore = N815, N813, N818
49+
extend-ignore = N815, N813, N818

0 commit comments

Comments
 (0)