-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
45 lines (44 loc) · 1.22 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
[metadata]
# replace with your username:
name = django-automations
version = 0.9.4.1
author = Fabian Braun
author_email = [email protected]
description = Processes and automations for your Django project
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/fsbraun/django-automations
project_urls =
Bug Tracker = https://github.com/fsbraun/django-automations/issues
Documentation = https://django-automations.readthedocs.io/en/latest/
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Framework :: Django
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 3.2
License :: OSI Approved :: MIT License
Operating System :: OS Independent
keywords =
django_automations
workflow
automation
[options]
include_package_data = True
package_dir =
= src
packages = automations
python_requires = >=3.7
install_requires =
Django>=3.0
[flake8]
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore = E203, E501
[isort]
profile = black