-
Notifications
You must be signed in to change notification settings - Fork 36
/
setup.cfg
93 lines (89 loc) · 2.11 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
83
84
85
86
87
88
89
90
91
92
[metadata]
name = integreat-cms
version = 2023.1.0
author = Tür an Tür – Digitalfabrik gGmbH
author_email = [email protected]
description = Content Management System for the Integreat App
url = https://integreat-app.de/en/
project_urls =
Funding=https://integreat-app.de/en/donation/
Documentation=https://digitalfabrik.github.io/integreat-cms/
Issues=https://github.com/digitalfabrik/integreat-cms/issues
Source Code=https://github.com/digitalfabrik/integreat-cms
Release Notes=https://digitalfabrik.github.io/integreat-cms/changelog.html
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License 2.0
license_files = LICENSE.txt
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Framework :: Django
Framework :: Django :: 3.2
Operating System :: POSIX :: Linux
Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Content Management System
Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Natural Language :: English
Natural Language :: German
keywords =
integreat
cms
django
e-government
newcomers
refugees
multilingual
[options]
packages = find:
install_requires =
aiohttp
argon2-cffi
bcrypt
cffi
deepl
Django>=3.2,<4.0
django-cacheops
django-cors-headers
django-debug-toolbar
django-linkcheck
django-polymorphic
django-redis
django-treebeard
django-widget-tweaks
django-webpack-loader
feedparser
geopy
idna
jsonschema
lxml
Pillow
psycopg2-binary
pyotp
python-dateutil
python-magic
qrcode
requests
rules
six
webauthn
xhtml2pdf
python_requires = >=3.8
include_package_data = True
scripts = integreat_cms/integreat-cms-cli
[bumpver]
current_version = 2023.1.0
version_pattern = YYYY.MM.INC0[-TAG]
commit_message =
Bump version to {new_version}
[skip ci]
commit = True
tag = False
push = False
[bumpver:file_patterns]
setup.cfg = version = {version}
integreat_cms/__init__.py = __version__ = "{version}"
sphinx/conf.py = release = "{version}"