-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
28 lines (26 loc) · 810 Bytes
/
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
[metadata]
name = django-image-moderation
version = 0.1
author = AlexJMPB
author_email = [email protected]
maintainer = AlexJMPB
maintainer_email = [email protected]
description = Django automatic image moderation field using AWS Rekognition
long_description = file:README.rst
url = https://github.com/alexjmpb/django-image-moderation
license = MIT
keywords = django ai moderation image rekognition aws
classifiers =
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
[options]
packages = find:
python_requires = >=3.9
[options.packages.find]
exclude =
tests*