-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
42 lines (40 loc) · 1.17 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
[metadata]
name = pinax-images
version = 5.0.1
author = Pinax Team
author_email = [email protected]
description = an app for managing collections of images associated with a content object
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/pinax/pinax-images/
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.2
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Software Development :: Libraries :: Python Modules
[options]
package_dir =
= .
packages = find:
install_requires =
django>=2.2
django-imagekit>=4.0.2
pilkit>=2.0.0
pillow>=7.1.2
pytz>=2020.1
zip_safe = False
[options.packages.find]
where = .