|
1 | | -from setuptools import find_packages |
2 | 1 | from setuptools import setup |
3 | 2 |
|
4 | 3 |
|
|
15 | 14 | "Development Status :: 4 - Beta", |
16 | 15 | "Environment :: Web Environment", |
17 | 16 | "Framework :: Plone", |
18 | | - "Framework :: Plone :: 5.2", |
19 | | - "Framework :: Plone :: 6.0", |
| 17 | + "Framework :: Plone :: 6.2", |
20 | 18 | "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", |
21 | 19 | "Programming Language :: Python", |
22 | | - "Programming Language :: Python :: 3.9", |
23 | 20 | "Programming Language :: Python :: 3.10", |
| 21 | + "Programming Language :: Python :: 3.11", |
| 22 | + "Programming Language :: Python :: 3.12", |
| 23 | + "Programming Language :: Python :: 3.13", |
24 | 24 | "Topic :: Internet :: WWW/HTTP", |
25 | 25 | "Topic :: Internet :: WWW/HTTP :: Dynamic Content", |
26 | 26 | "Topic :: Software Development :: Libraries :: Python Modules", |
|
30 | 30 | |
31 | 31 | url="http://plone.org", |
32 | 32 | license="GPL", |
33 | | - packages=find_packages("src"), |
34 | | - namespace_packages=["plone", "plone.app"], |
35 | | - package_dir={"": "src"}, |
36 | 33 | include_package_data=True, |
37 | 34 | zip_safe=False, |
38 | | - python_requires=">=3.9", |
| 35 | + python_requires=">=3.10", |
39 | 36 | install_requires=[ |
40 | | - "setuptools", |
41 | 37 | "plone.app.uuid", |
42 | 38 | "plone.autoform", |
43 | 39 | "plone.behavior>=1.1", |
|
0 commit comments