-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
50 lines (49 loc) · 1.63 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
[metadata]
name = django-kmuhelper
version = file: _version.txt
description = Ein Helfer für schweizer KMU
long_description = file: README.md
long_description_content_type = text/markdown
author = Rafael Urben
author_email = github@rafaelurben.ch
maintainer = Rafael Urben
maintainer_email = github@rafaelurben.ch
license = GNU General Public License v3 (GPLv3)
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Framework :: Django :: 5.1
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
url = https://rafaelurben.github.io/django-kmuhelper
docs_url = https://rafaelurben.github.io/django-kmuhelper
bugtrack_url = https://github.com/rafaelurben/django-kmuhelper/issues
project_urls =
Docs = https://rafaelurben.github.io/django-kmuhelper
GitHub = https://github.com/rafaelurben/django-kmuhelper
Issues = https://github.com/rafaelurben/django-kmuhelper/issues
[options]
setup_requires =
setuptools
install_requires =
Django>=4.2.0
requests>=2.26.0
WooCommerce>=3.0.0
reportlab>=3.6.3
rich>=10.15.2
packaging>=21.3
defusedxml>=0.7.1
python_requires = >= 3.10
include_package_data = true
packages = find: