Skip to content

Commit

Permalink
Edit setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed Apr 10, 2024
1 parent 95681a0 commit af74ca7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = wagtail_fedit
version = 1.4.3
description = An application made for the Django Web Framework.
description = Frontend editing for your Wagtail site
long_description = file: README.md
long_description_content_type = text/markdown
author = Nigel
Expand All @@ -12,14 +12,19 @@ classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.2
Framework :: Wagtail
Framework :: Wagtail :: 5.2
Framework :: Wagtail :: 6.0
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
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

Expand All @@ -29,4 +34,4 @@ packages = find:
python_requires = >=3.8
install_requires =
Django >= 4.2
Wagtail >= 4.2
Wagtail >= 5.2

0 comments on commit af74ca7

Please sign in to comment.