Skip to content

Commit

Permalink
update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Mar 20, 2024
1 parent cdc58f1 commit 9a2c16c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ classifiers =
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

[options]
include_package_data = True
Expand All @@ -36,7 +34,7 @@ install_requires =
setup_requires =
setuptools
packages = djangocms_page_sitemap
python_requires = >=3.7
python_requires = >=3.8
zip_safe = False
test_suite = cms_helper.run

Expand Down

0 comments on commit 9a2c16c

Please sign in to comment.