Skip to content

Commit

Permalink
-mPlone 6 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 10, 2024
1 parent 07c3f29 commit 1c2dcb7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


version = "3.2.1.dev0"
version = "4.0.0.dev0"

short_description = (
"Dexterity is a content type framework for CMF applications, "
Expand All @@ -29,16 +29,15 @@
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 6.0",
"Framework :: Plone :: 6.1",
"Framework :: Plone :: Core",
"Framework :: Zope :: 5",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
],
keywords="plone ttw dexterity schema interface",
author="Martin Aspeli, David Glick, et al",
Expand All @@ -49,7 +48,7 @@
namespace_packages=["plone", "plone.app"],
include_package_data=True,
zip_safe=False,
python_requires=">=3.8",
python_requires=">=3.10",
install_requires=[
# Dexterity
"plone.app.textfield",
Expand All @@ -58,12 +57,12 @@
"plone.formwidget.namedfile",
"plone.namedfile>=1.0.0",
"plone.rfc822",
"plone.schemaeditor >1.3.3",
"plone.schemaeditor>1.3.3",
# Plone/Zope core
"lxml",
"plone.base",
"plone.app.uuid",
"plone.app.z3cform>=1.1.0",
"plone.app.z3cform>=4.6.0",
"plone.autoform>=1.1",
"plone.contentrules",
"plone.portlets",
Expand Down

0 comments on commit 1c2dcb7

Please sign in to comment.