Skip to content

Commit

Permalink
[CHANGED] setup.cfg and tox.ini to reflect the new reality
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Aug 17, 2022
1 parent 825821f commit 204f67d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ license_file = LICENSE
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Expand All @@ -23,7 +22,6 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
home_page = https://github.com/ppfeufer/aa-example-plugin
Expand All @@ -37,7 +35,7 @@ project_urls =
[options]
packages = find_namespace:
install_requires =
allianceauth>=2.13.0
allianceauth>=3.0.0
python_requires = ~=3.8
include_package_data = True
zip_safe = False
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = py{38,39,310,311}
envlist = py{38, 39, 310}

[testenv]
setenv = DJANGO_SETTINGS_MODULE = testauth.settings
Expand Down

0 comments on commit 204f67d

Please sign in to comment.