-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
31 lines (30 loc) · 1.09 KB
/
Copy pathsetup.cfg
File metadata and controls
31 lines (30 loc) · 1.09 KB
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
[metadata]
name = collective.translators
version = 1.0.0a0
description = Pluggable external translation utilities for Plone
long_description = file: README.md
long_description_content_type = text/markdown
author = Mauro Amico
author_email = mauro.amico@gmail.com
url = https://github.com/collective/collective.translators
project_urls =
PyPI = https://pypi.org/project/collective.translators
Source = https://github.com/collective/collective.translators
Tracker = https://github.com/collective/collective.translators/issues
license = GPL version 2
keywords = Python Plone CMS
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Framework :: Plone
Framework :: Plone :: Addon
Framework :: Plone :: 6.0
Programming Language :: Python
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Operating System :: OS Independent
License :: OSI Approved :: GNU General Public License v2 (GPLv2)
[options]
python_requires = >=3.10,<3.14