-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
97 lines (93 loc) · 2.33 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
93
94
95
96
97
[metadata]
name = lunes-cms
version = 2024.11.0
author = Tür an Tür – Digitalfabrik gGmbH
author_email = [email protected]
description = Content Management System for the Lunes Vocabulary Trainer App
url = https://lunes.app/
project_urls =
Documentation=https://lunes-cms.rtfd.io
Issues=https://github.com/digitalfabrik/lunes-cms/issues
Source Code=https://github.com/digitalfabrik/lunes-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
NOTICE.md
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Framework :: Django
Framework :: Django :: 5.1
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 =
lunes
cms
django
e-learning
vocabulary
trainer
vocabulary-trainer
visual-vocabulary-trainer
[options]
packages =
lunes_cms
install_requires =
django==5.1.2
django-import-export==4.2.0
django-jazzmin==3.0.1
django-mptt==0.16.0
django-qr-code==4.1.0
djangorestframework==3.15.2
drf-spectacular==0.27.2
ipython==8.29.0
pillow==11.0.0
psycopg2==2.9.10
pydub==0.25.1
python_requires = >=3.8
include_package_data = True
scripts = lunes_cms/lunes-cms-cli
[options.extras_require]
dev =
black==23.9.1
bumpver==2023.1129
pre-commit==4.0.1
pyjwt==2.9.0
pylint-django==2.6.1
pylint-runner==0.7.0
shellcheck-py==0.10.0.1
twine==5.1.1
doc =
sphinx==8.1.3
sphinx-rtd-theme==3.0.1
sphinx-last-updated-by-git==0.3.8
sphinxcontrib-django==2.5
test =
pytest-circleci-parallelized==0.1.0
pytest-cov==5.0.0
pytest-django==4.9.0
pytest-icdiff==0.9
pytest-xdist==3.6.1
[bumpver]
current_version = 2024.11.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}
lunes_cms/__init__.py = __version__ = "{version}"
docs/src/conf.py = release = "{version}"