-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (51 loc) · 1.46 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[metadata]
version = 2.0.3.dev0
name = plone.base
description = Plone Interface contracts, plus basic features and utilities
long_description = file: README.rst, CHANGES.rst
keywords = plone
author = Jens W. Klein
author_email = [email protected]
maintainer = Plone Release Team
maintainer_email = [email protected]
url = https://github.com/plone/plone.base
license = GPLv2
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
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.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
include_package_data = True
python_requires = >=3.10
install_requires =
setuptools
# be aware to _not_ add dependencies to plone.app.* or Plones Products.* packages!
# do not add transitive dependencies covered by CMFCore (which includes Zope)
# see pyproject.toml tool.dependencychecker section for details
plone.batching
plone.registry
plone.schema
plone.z3cform
Products.CMFCore
Products.CMFDynamicViewFTI
Zope
namespace_packages =
plone
package_dir =
= src
packages = find:
zip_safe = False
[options.extras_require]
test =
plone.subrequest
[options.packages.find]
where =
src