-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (28 loc) · 772 Bytes
/
setup.cfg
File metadata and controls
29 lines (28 loc) · 772 Bytes
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
[metadata]
name = djutils
version = 1.0.23
author = Manuel Stingl
author_email = opensource@voltane.eu
description = Utilities for use with the django web framework
long_description = file: README.md
long_description_content_type = text/markdown
license = GNU LGPLv2.1
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
Framework :: Django
Framework :: Django :: 2.0
Framework :: Django :: 2.1
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 4.0
url = https://github.com/Voltane-EU/djutils
[options]
python_requires = >=3.6
packages = find:
include_package_data = true
install_requires =
django >= 2.0
Pillow >= 6.0
async-sync-tools