forked from nephila/djangocms-page-meta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
82 lines (73 loc) · 1.96 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[bumpversion]
current_version = 1.0.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.?)(?P<release>[a-z]*)(?P<relver>\d*)
serialize =
{major}.{minor}.{patch}.{release}{relver}
{major}.{minor}.{patch}
commit = True
tag = True
sign_tags = True
tag_name = {new_version}
message = Release {new_version}
[bumpversion:part:release]
optional_value = gamma
values =
dev
a
b
rc
gamma
[bumpversion:file:djangocms_page_meta/__init__.py]
[metadata]
name = djangocms-page-meta
version = attr: djangocms_page_meta.__version__
url = https://github.com/nephila/djangocms-page-meta
project_urls =
Documentation = https://djangocms-page-meta.readthedocs.io/
author = Iacopo Spalletti
author_email = [email protected]
description = OpenGraph, Twitter Card and Schema.org snippet tags for django CMS 3 pages
long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
license = BSD
license_file = LICENSE
keywords = django cms, meta tags, OpenGraph, Twitter Cards, Schema.org, django-app-enabler addon
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
include_package_data = True
install_requires =
django-cms>=3.7
django-meta>=2.0.0
django-filer>=1.2
setup_requires =
setuptools
packages = djangocms_page_meta
python_requires = >=3.6
test_suite = cms_helper.run
zip_safe = False
[options.package_data]
* = *.txt, *.rst
djangocms_page_meta = *.html *.png *.gif *js *jpg *jpeg *svg *py *mo *po
[options.extras_require]
docs =
django<3.1
djangocms-page-tags
[upload]
repository = https://upload.pypi.org/legacy/
[sdist]
formats = zip
[bdist_wheel]
universal = 1