Skip to content

Commit

Permalink
fix!: adapt setup.cfg tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-zahedi committed Mar 27, 2024
1 parent c3b208f commit 25338a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ classifiers =

[options]
python_requires = >=3.8
packages = find_namespace:
include_package_data = true
zip_safe = false
install_requires =
six
Django >= 2.2
Django >= 3.2, < 6
pycryptodome >= 3.9.7
zeep


[options.extras_require]
dev =
flake8
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py311,lint
envlist = py38, py39, py310, py311, lint

[flake8]
max-line-length = 110
Expand Down

0 comments on commit 25338a4

Please sign in to comment.