forked from plone/Plone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
56 lines (54 loc) · 1.6 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
56
[metadata]
version = 6.1.0a1.dev1
name = Plone
description = The Plone Content Management System
long_description = file: README.md, CHANGES.md
long_description_content_type = text/markdown
classifiers=
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Plone
Framework :: Plone :: Core
Framework :: Plone :: 6.1
Framework :: Zope
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
Topic :: Internet :: WWW/HTTP :: Dynamic Content
keywords = Plone, CMF, Python, Zope, CMS
author = Plone Foundation
author_email = [email protected]
url = https://plone.org/
license = GPL version 2
project_urls=
Homepage=https://plone.org
Documentation=https://6.docs.plone.org
Forum=https://community.plone.org/
Chat=https://discord.gg/zFY3EBbjaj
Mastodon=https://plone.social/@plone
Twitter=https://twitter.com/plone
Videos=https://youtube.com/@plonecms
Sponsor=https://github.com/sponsors/plone
[options]
include_package_data = True
zip_safe = False
packages =
python_requires = >= 3.8
install_requires =
setuptools>=36.2
plone.app.caching
plone.app.discussion
plone.app.iterate
plone.app.multilingual
plone.app.upgrade
plone.restapi
plone.volto
Products.CMFPlacefulWorkflow
Products.CMFPlone
[bdist_wheel]
universal = 0